Skip to content

[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.7#25

Open
msant262 wants to merge 1 commit intomainfrom
snyk-fix-dc14fda91dd42e031470ffbfa3bed757
Open

[Snyk] Security upgrade cryptography from 45.0.7 to 46.0.7#25
msant262 wants to merge 1 commit intomainfrom
snyk-fix-dc14fda91dd42e031470ffbfa3bed757

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
jwt 1.3.1 requires cryptography, which is not installed.

Breaking Change Risk

Merge Risk: High

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:

🦉 Out-of-bounds Write

@msant262
Copy link
Copy Markdown
Author

Merge Risk: High

This is a major version upgrade that introduces several breaking changes, including the removal of deprecated APIs and the end of support for an older Python version.

Breaking Changes in version 46.0.0:

  • Python 3.7 Support Removed: Support for Python 3.7, which is end-of-life, has been completely removed. [3]
  • API Removals:
    • The deprecated method get_attribute_for_oid on CertificateSigningRequest has been removed. Code must be updated to use get_attribute_for_oid() instead. [3]
    • The deprecated and insecure cipher classes CAST5, SEED, IDEA, and Blowfish have been removed from the main cipher module. [3]

New Deprecations:

  • Support for OpenSSL versions older than 3.0 is now deprecated and will be removed in a future release. [3]
  • Support for 32-bit Windows and x86_64 macOS is also deprecated and will be removed in upcoming releases. [3]

Recommendation:
Review code for usage of the removed APIs (get_attribute_for_oid, CAST5, SEED, IDEA, Blowfish) and ensure your environment is running on Python 3.8 or newer before upgrading.

Source: Cryptography Changelog

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 Apr 10, 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