chore(deps): update openssl to 0.10.81 and rand 0.8 to 0.8.6 for residual advisories#78
Merged
Merged
Conversation
…dual advisories The previous security update targeted the advisory table's suggested versions, but three further openssl advisories require >= 0.10.80 (GHSA-phqj-4mhp-q6mq, GHSA-xv59-967r-8726, GHSA-xp3w-r5p5-63rr), and GHSA-cq8v-f236-94qc also covers the rand 0.8 series (< 0.8.6) pulled in via jsonwebtoken. Both bumps are lockfile-only and MSRV-safe.
2c8d8fc to
22582e7
Compare
sametd
added a commit
that referenced
this pull request
Jul 9, 2026
…dual advisories (#78) The previous security update targeted the advisory table's suggested versions, but three further openssl advisories require >= 0.10.80 (GHSA-phqj-4mhp-q6mq, GHSA-xv59-967r-8726, GHSA-xp3w-r5p5-63rr), and GHSA-cq8v-f236-94qc also covers the rand 0.8 series (< 0.8.6) pulled in via jsonwebtoken. Both bumps are lockfile-only and MSRV-safe.
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
Follow-up to #75/#76 clearing the remaining open Dependabot alerts (the original alert table truncated the openssl list with "View 3 more"):
>= 0.7.0, < 0.8.6)Lockfile-only; MSRV-safe (openssl 0.10.81 declares 1.80, rand 0.8.6 declares none — both within rust-version 1.88).
After this,
gh api .../dependabot/alertsshould report zero open alerts.Testing
cargo clippy --all-targets --all-features -- -D warnings✅cargo test✅ (all suites green)Docs Preview
https://sites.ecmwf.int/docs/authotron/pull-requests/PR-78