deps: bump aws-lc-sys and lz4_flex for security advisories#2875
Open
skord wants to merge 1 commit into
Open
Conversation
Resolves Dependabot high-severity alerts: - #245 lz4_flex < 0.11.6 (decompression info leak) — reachable via parquet crate used by the parser - #234, #235, #236, #247, #248 aws-lc-sys < 0.38.0/0.39.0 (PKCS7 bypasses, AES-CCM timing, X.509 name-constraint, CRL scope) — in build via rustls/jsonwebtoken aws-lc-rs provider lz4_flex: 0.11.5 -> 0.11.6 (+ 0.13.0 via workspace dep) aws-lc-sys: 0.32.2 -> 0.40.0 (via aws-lc-rs 1.14.1 -> 1.16.3)
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
Bumps two Rust crates via
Cargo.lockonly (noCargo.tomlor source changes) to close 6 high-severity Dependabot alerts:aws-lc-sys0.32.2 → 0.40.0 (viaaws-lc-rs1.14.1 → 1.16.3)rustls 0.23+rustls-webpki+jsonwebtoken 10on the aws-lc-rs crypto provider.lz4_flex0.11.5 → 0.11.6 (plus0.13.0added transitively for the workspace dep)parquetcrate used bycrates/parserto decode user-supplied parquet files.Test plan
cargo build --workspacecleancargo test -p parser -p json -p dekaf --libgreen (covers the parquet→lz4 decode path and the dekaf lz4 encoder)agentsqlx queries not in the offline cache)