mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
security: upgrade version of sagemaker in models/sagemaker to mitigate vulnerability #735
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @QuantumGhost on GitHub (Oct 17, 2025).
Originally assigned to: @QuantumGhost on GitHub.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
The current version of sagemaker-python-sdk used by the langgenius/sagemaker is
~=2.253.1, which is affected by CVE-2025-0508.Upgrade to
sagemaker~=2.253.1to mitigate this vulnerability.P.S. I have tried to upgrade the sagemaker SDK to the newest version. However, due to dependency conflicts, it's not possible to satisfy the version constraints. I used UV to resolve the compatible version.
details:
2. Additional context or comments
No response
3. Can you help us with this feature?