security: pin transitive dependencies (pyasn1, mako)#7734
Open
wtfiwtz wants to merge 3 commits into
Open
Conversation
Pin transitive dependencies to address scanner-detected vulnerabilities: - pyasn1: 0.6.3 - mako: 1.3.12 These packages are transitive dependencies (pulled in by other packages) that have known vulnerabilities. Pinning them ensures the secure versions are used. Note: pynacl 1.6.2 would also be beneficial but requires cffi >=2.0.0, which is only compatible with snowflake-connector-python 4.x (upgraded in a separate PR). Related: split from orchestrated-io/redash#7719 Co-authored-by: Cursor <cursoragent@cursor.com>
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Description
Pin transitive dependencies to address scanner-detected vulnerabilities:
These packages are transitive dependencies (pulled in by other packages) that have known vulnerabilities. Pinning them ensures the secure versions are used.
Note: pynacl 1.6.2 would also be beneficial but requires cffi >=2.0.0, which is only compatible with snowflake-connector-python 4.x. That dependency chain is addressed in PR #7729.
How is this tested?
Related Tickets & Documents
Split from orchestrated-io/redash#7719 per @zachliu's review feedback to separate transitive dependency pins from direct dependency upgrades.
Part of the security vulnerability remediation work tracked in #7711.
Note
This PR is marked as draft until manual testing is complete.
Made with Cursor