chore(security): patch rustls-webpki, quinn-proto, tar, bytes, rand in Cargo.lock - #39
Open
benfrank241 wants to merge 1 commit into
Open
benfrank241 wants to merge 1 commit into
benfrank241 wants to merge 1 commit into
Conversation
In-range, lockfile-only (cargo update -p <crate> --precise <first patched>): - rustls-webpki 0.103.8 -> 0.103.13 (GHSA-82j2-j2ch-gfr8 high, GHSA-pwjx-qhcg-rvj4, GHSA-965h-392x-2mh5, GHSA-xgp8-3hg3-c2mh) - quinn-proto 0.11.13 -> 0.11.15 (GHSA-4w2j-m93h-cj5j high, GHSA-6xvm-j4wr-6v98 high) - tar 0.4.44 -> 0.4.46 (GHSA-3pv8-6f4r-ffg2, GHSA-gchp-q4r4-x4ff, GHSA-j4xf-2g29-59ph) - bytes 1.11.0 -> 1.11.1 (GHSA-434x-w66g-qw3r) - rand 0.8.5 -> 0.8.6, 0.9.2 -> 0.9.3 (GHSA-cq8v-f236-94qc) Co-Authored-By: Claude Opus 5 (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.
Daily security sweep (2026-09-21) — Cargo, root
Cargo.lock.Advisories closed
Reachability: rustls-webpki is on the live TLS path. It sits under rustls, then hyper-rustls, then reqwest, then
postgresql_archive, which downloads the PostgreSQL bundles.taris a direct dependency, used for both extraction and build.rs.No Dependabot alert numbers: this repo's Dependabot alerts endpoint returns zero alerts in every state. The advisories above came from the GitHub Advisory DB, checked against
Cargo.lock. Recommend enabling Dependabot alerts under Settings → Code security.Change
cargo update -p <crate> --precise <first patched version>for each crate. Every target version is semver-compatible with the existing requirements.Cargo.tomlis unchanged. The diff touches exactly those 6 lock entries.Cargo.lockfinds 0 vulnerable crates.Verification (local macOS, same as
ci.ymlBuild CLI job)Baseline on
maincompared with this branch:cargo build --release✓/✓,cargo test --release12/12 ✓/✓, andpg0 --helpruns. The Windows target was not built locally, so CI'sBuild CLI (Windows)job is the check for that. Thesdk/python/uv.lockpytest advisory is not in this PR; it is tracked in the sweep backlog issue.Not merged. Needs review.
🤖 Generated with Claude Code