security: bump openssl to 0.10.81 (clears 5 high Dependabot alerts)#70
Open
jhamon wants to merge 3 commits into
Open
security: bump openssl to 0.10.81 (clears 5 high Dependabot alerts)#70jhamon wants to merge 3 commits into
jhamon wants to merge 3 commits into
Conversation
openssl 0.10.64 was flagged by 5 high advisories (all < 0.10.79). Bump the transitive dependency in Cargo.lock to 0.10.81 (openssl-sys 0.9.102 -> 0.9.117). Lockfile-only; no manifest or source change. Verified: cargo check --all-targets passes. Note: 1 remaining high (rustls-webpki < 0.103.13) is NOT fixable via a lockfile bump — it requires a tonic 0.11 -> 0.12 + rustls/hyper-rustls TLS-stack upgrade. Tracked as a separate follow-up. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 tasks
CI runs `cargo clippy -- -D warnings` on clippy 1.97.0, which flags two lints unrelated to the openssl bump but which block this PR from going green: - result_large_err on PineconeClient::client/default_client — allow at crate level (shrinking PineconeError is a separate refactor) - needless `return` in build_source_tag — fixed idiomatically Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Repo CI runs `cargo clippy -- -D warnings` against `stable`, whose newer clippy flags derivable_impls on the code-generated src/openapi/models. Allow at crate level rather than editing generated files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Security fast-track (PIN-6)
Clears 5 of the 6 high Dependabot alerts on the Rust client. Tier-1 SDK.
Change
openssl0.10.64→0.10.81(openssl-sys0.9.102→0.9.117),Cargo.lockonly. Fixes the 5 highopenssladvisories (all vulnerable ranges< 0.10.79). Transitive dependency; no manifest or source change.Verification
cargo check --all-targets✅Remaining (tracked separately)
rustls-webpki < 0.103.13. Not a lockfile bump — the currenttonic 0.11pullsrustls 0.22(webpki 0.102) andreqwest→rustls 0.23.13is capped below the 0.103 line. Reaching webpki 0.103.13 requires atonic 0.11 → 0.12+rustls/hyper-rustlsTLS-stack upgrade with API-change risk, so it gets its own PR + test cycle. Filed as a follow-up.Part of the fleet-wide security fast-track. One PR per repo.