Bump transitive cryptography to 50.0.0 in bigquery/athena examples - #56
Merged
Conversation
Fixes GHSA-g6cj-pr64-35w5 (CVE-2026-69247), a Bleichenbacher oracle in PKCS#7 EnvelopedData decryption. Pulled in transitively via google-auth (bigquery) and boto3 (athena). Resolves Dependabot alerts #16 and #17.
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.
Summary
EnvelopedDatadecryption affectingcryptography< 50.0.0.cryptographyis pulled in transitively (google-authfor the BigQuery example,boto3-related chain for the Athena example) — bumped viauv lock --upgrade-package cryptographyin each example's lockfile, no other packages changed.Note on alert #15
A third open alert (#15) flags
examples/great_expectations/uv.lockfor the same CVE, but that path no longer exists onmain— the directory was renamed toexamples/comparisons/great_expectationsa while back, and its lockfile already pinscryptography50.0.0 (fixed in #48). This looks like a stale/lagging Dependabot alert against an old path rather than a real vulnerability; it should clear on Dependabot's next rescan. No code change needed for it.Test plan
uv lock --checkpasses in bothexamples/sql_connectors/bigqueryandexamples/sql_connectors/athenacryptographyversion (49.0.0 → 50.0.0) in each lockfile