| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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>
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.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What
Bump cryptography 49.0.0 → 50.0.0 in poetry.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 in 50.0.0. The finding is present on main, so it blocks Security Scan on every PR (not just this one) until the pin moves.
How
cryptography is a transitive, optional dependency (pulled by pyspnego / requests-kerberos — the kerberos extra) with no upper bound declared in pyproject.toml. So this is a lock-only change — no pyproject.toml edit needed. Regenerated with Poetry 2.2.1 via the internal PyPI proxy; the only diff is the cryptography package block (version + wheel/sdist hashes). Its [package.dependencies] (cffi, typing-extensions), extras, and the lock content-hash are unchanged, and poetry check --lock is consistent.
Testing
This pull request and its description were written by Isaac.
This PR was created with GitHub MCP.