chore(security): audit uuid 1.23.4 -> 1.23.5 - #43
Merged
Conversation
Vet-Reviewed-Diff: uuid@1.23.4->1.23.5 Co-Authored-By: Claude Fable 5 <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.
Unblocks #40, which the merge queue rejected with
uuid:1.23.5 missing ["safe-to-deploy"]— the vet gate doing its job on a patch bump not yet covered by the audit trail.Delta audit recorded per the
just vet-bumprecipe (review upstream diff →cargo vet certify→Vet-Reviewed-Difftrailer). Review basis: full diff of the crates.io tarballs 1.23.4 → 1.23.5; findings are in the audit notes insupply-chain/audits.toml(branchless hex encode/decode refactor insrc/fmt.rs/src/parser.rs, doc-link fix, dev-only bench harness; no unsafe, no I/O, no new runtime deps).Verified locally:
cargo vet check --lockedandcheck_vet_audit_discipline.sh range origin/main..HEADboth pass.Once this lands, #40 gets re-enqueued and its merge-group vet check will pass via exemption(1.23.4) + this delta audit.