Skip to content

fix(security): bump openssl to 0.10.81 (GHSA-phqj-4mhp-q6mq)#61

Merged
saurabhjain1592 merged 1 commit into
mainfrom
fix/security-openssl-rustsec
Jun 16, 2026
Merged

fix(security): bump openssl to 0.10.81 (GHSA-phqj-4mhp-q6mq)#61
saurabhjain1592 merged 1 commit into
mainfrom
fix/security-openssl-rustsec

Conversation

@saurabhjain1592

Copy link
Copy Markdown
Member

Summary

Clears the one open Dependabot alert on this repo as part of the SDK security sweep (epic getaxonflow/axonflow-enterprise#2711).

Alert Sev Package Fix
Dependabot #3 medium openssl (transitive runtime) 0.10.79 -> 0.10.81 in Cargo.lock

GHSA-phqj-4mhp-q6mq: 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. We land on 0.10.81 (openssl-sys 0.9.115 -> 0.9.117 is its matching companion). openssl is a platform-gated transitive runtime dep (reqwest -> native-tls -> openssl on non-Apple targets).

Why no version bump / release

Lockfile-only change. A published library crate's Cargo.lock is not consumed by downstream builds (consumers re-resolve their own), so no shipped artifact changes and no 0.7.1 is warranted. Cargo.toml is untouched.

Tests

  • cargo build green
  • cargo test green (unit + doctests)

Refs getaxonflow/axonflow-enterprise#2711

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>
@saurabhjain1592 saurabhjain1592 merged commit 54c9ce3 into main Jun 16, 2026
9 checks passed
@saurabhjain1592 saurabhjain1592 deleted the fix/security-openssl-rustsec branch June 16, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant