fix(security): bump openssl to 0.10.81 (GHSA-phqj-4mhp-q6mq)#61
Merged
Conversation
Clears Dependabot alert #3: potential out-of-bounds write in CipherCtxRef::cipher_update_inplace for AES-KW-PAD ciphers (vulnerable range >= 0.10.50, < 0.10.80; first patched 0.10.80). openssl is a platform-gated transitive runtime dependency (reqwest -> native-tls -> openssl on non-Apple targets). Lockfile-only change: a published library crate's Cargo.lock is not consumed by downstream builds, so no shipped artifact changes and no version bump is required. Refs getaxonflow/axonflow-enterprise#2711 Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
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
Clears the one open Dependabot alert on this repo as part of the SDK security sweep (epic getaxonflow/axonflow-enterprise#2711).
openssl(transitive runtime)0.10.79->0.10.81inCargo.lockGHSA-phqj-4mhp-q6mq: potential out-of-bounds write in
CipherCtxRef::cipher_update_inplacefor AES-KW-PAD ciphers. Vulnerable range>= 0.10.50, < 0.10.80; first patched0.10.80. We land on0.10.81(openssl-sys0.9.115->0.9.117is its matching companion).opensslis a platform-gated transitive runtime dep (reqwest->native-tls->opensslon non-Apple targets).Why no version bump / release
Lockfile-only change. A published library crate's
Cargo.lockis not consumed by downstream builds (consumers re-resolve their own), so no shipped artifact changes and no0.7.1is warranted.Cargo.tomlis untouched.Tests
cargo buildgreencargo testgreen (unit + doctests)Refs getaxonflow/axonflow-enterprise#2711