Skip to content

[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#22

Open
msant262 wants to merge 1 commit intomainfrom
snyk-fix-078c6b7eb6572be8cda8bb8875eedf33
Open

[Snyk] Security upgrade requests from 2.31.0 to 2.33.0#22
msant262 wants to merge 1 commit intomainfrom
snyk-fix-078c6b7eb6572be8cda8bb8875eedf33

Conversation

@msant262
Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • supply_chain_security/requirements.txt
⚠️ Warning
ot-particularly 2.5.0 requires requests, which is not installed.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Insecure Temporary File

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-15763443
@msant262
Copy link
Copy Markdown
Author

Merge Risk: Medium

This upgrade for requests contains environment changes and a behavioral modification related to a security fix.

Key Changes:

  • Python Version Support: Support for Python 3.7 has been officially dropped. Projects running on this version will need to upgrade their Python environment.
  • Behavioral Change (Security Fix): A security issue was fixed where setting verify=False on the first request from a Session would cause subsequent requests to the same origin to also ignore certificate verification, regardless of the verify parameter. Code that relied on this incorrect behavior will now function as documented, which may require verification.
  • Deprecation for Advanced Users: For users creating custom HTTPAdapters, the internal method _get_connection has been deprecated and replaced with the new public API get_connection_with_tls_context.

Recommendation:
Verify that your environment is running Python 3.8 or newer. Review any usage of requests.Session objects where verify=False is used to ensure the corrected certificate verification behavior is acceptable.

Source: Requests History

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@msant262
Copy link
Copy Markdown
Author

msant262 commented Mar 27, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants