docs(changelog): record audit workflow fix and cleared advisories - #8
Merged
Merged
Conversation
Adds an Unreleased section covering the two commits already on main: the Security Audit toolchain fix and the five RUSTSEC advisories it surfaced once it could run. Reachability for each advisory was checked against the actual dependency graph rather than assumed: crossbeam-epoch via termimad; the affected fmt impl is never invoked h2 via reqwest/hyper; genuinely on the HTTP path quinn-proto lockfile only, absent from the graph on every target anyhow direct dep, but downcast_mut is never called scc dev-only via serial_test, now gone from the tree Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DRDwc4sxA6s6BBTLVEWYUd
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.
Documents the two commits already on main (
ef840c8,98c5716) under a new## [Unreleased]section.The file has no prior
Unreleasedheading — every existing section is a shipped version with a matching tag. These changes are merged but untagged, soUnreleasedis the honest placement; it becomes a version heading whenever you cut the next release.Reachability was checked against the real dependency graph rather than assumed:
termimad; the affectedfmt::Pointerimpl is never invokedreqwest/hyper, on the live HTTP path; low severity upstreamCargo.lockonly;cargo tree -i quinn-proto --target allreturns nothingdowncast_mutappears nowhere insrc/ortests/serial_test, now dropped from the treeDocs only; no code or dependency changes in this PR.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DRDwc4sxA6s6BBTLVEWYUd