chore(deps): bump cryptography 49.0.0 → 50.0.0 (GHSA-g6cj-pr64-35w5) - #918
Open
eric-wang-1990 wants to merge 1 commit into
Open
chore(deps): bump cryptography 49.0.0 → 50.0.0 (GHSA-g6cj-pr64-35w5)#918eric-wang-1990 wants to merge 1 commit into
eric-wang-1990 wants to merge 1 commit into
Conversation
Resolves the OSV/Dependabot finding (alert #42, CVSS 8.2) that blocks the Security Scan check on every PR: cryptography >=44.0.0,<50.0.0 is vulnerable, first patched in 50.0.0. cryptography is a transitive, optional dependency (pyspnego / requests-kerberos, the kerberos extra) with no upper bound in pyproject, so this is a lock-only bump — no pyproject change. Regenerated with Poetry 2.2.1 via the internal PyPI proxy; the only diff is the cryptography package block (version + wheel/sdist hashes), dependencies and content-hash unchanged. Co-authored-by: Isaac Signed-off-by: eric-wang-1990 <e.wang@databricks.com>
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
August 18, 2026 08:07 — with
GitHub Actions
Inactive
eric-wang-1990
enabled auto-merge
August 18, 2026 08:14
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
Bump
cryptography49.0.0→50.0.0inpoetry.lock.Why
The Security Scan check (OSV-Scanner) fails on every open PR with one blocking finding:
Dependabot alert #42: vulnerable range
>=44.0.0,<50.0.0, first patched in50.0.0. The finding is present onmain, so it blocks Security Scan on every PR (not just this one) until the pin moves.How
cryptographyis a transitive, optional dependency (pulled bypyspnego/requests-kerberos— the kerberos extra) with no upper bound declared inpyproject.toml. So this is a lock-only change — nopyproject.tomledit needed. Regenerated with Poetry 2.2.1 via the internal PyPI proxy; the only diff is thecryptographypackage block (version + wheel/sdist hashes). Its[package.dependencies](cffi,typing-extensions), extras, and the lockcontent-hashare unchanged, andpoetry check --lockis consistent.Testing
poetry check --lock— consistent (content-hash unchanged; no pyproject drift).cryptographyblock.50.0.0is outside the vulnerable range, clearing the blocking finding.This pull request and its description were written by Isaac.
This PR was created with GitHub MCP.