Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ shapely==2.1.2; python_version >= '3.10'
six==1.17.0
sqlalchemy===1.4.27
typing-extensions==4.15.0; python_version >= '3.9'
urllib3==2.5.0; python_version >= '3.9'
urllib3==2.6.0; python_version >= '3.9'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This update to urllib3==2.6.0 only applies to the environment defined by this requirements.txt file. The security vulnerability CVE-2025-66418 will persist in other environments if they use a vulnerable version of urllib3. Other dependency definition files, such as setup.py or constraint files used by noxfile.py, should also be updated if they pin urllib3 to a version below 2.6.0 to ensure the vulnerability is fully remediated.