fix: improve security advisory descriptions in deny.toml#408
Open
ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
Open
fix: improve security advisory descriptions in deny.toml#408ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
Conversation
Improves tracking comments for ignored advisories per logos-blockchain#321: - RUSTSEC-2025-0055: clarify that tracing-subscriber is pulled transitively by ark-relations v0.4.0 and needs upstream fix - RUSTSEC-2025-0141: document bincode alternatives (postcard, bitcode, rkyv) Refs logos-blockchain#321
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
Refs #321.
Improves the tracking comments for ignored security advisories in
.deny.toml:tracing-subscriber): Clarified that v0.2.25 is pulled transitively byark-relations v0.4.0. Fix requires upstream to upgrade totracing-subscriber >=0.3.20.bincode): Documented recommended alternatives (postcard, bitcode, rkyv) for future migration.These changes make it easier to track the status of each advisory and what action is needed.
Refs #321