ci(deny): ignore RUSTSEC-2026-0192 (ttf-parser unmaintained)#159
Merged
Conversation
ttf-parser is flagged unmaintained (RUSTSEC-2026-0192, advisory not a vulnerability). It is transitive via gpui (fontdb -> usvg) for runtime font/SVG glyph parsing, with no maintained drop-in in the pinned tree, so the documented remedy is a justified ignore alongside the other transitive unmaintained advisories. Re-evaluate on the next just bump-gpui. Unblocks the required cargo-deny-advisories gate (verified: advisories ok).
5 tasks
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.
What
Add a justified
ignorefor RUSTSEC-2026-0192 (ttf-parserunmaintained) todeny.toml, alongside the existing transitive-unmaintained entries.Why
ttf-parseris flagged unmaintained (an advisory, not a vulnerability). It is transitive viagpui (fontdb -> usvg)for runtime font/SVG glyph parsing — there is no maintained drop-in in the pinned GPUI tree, so the documented remedy (deny.toml header: "Add toignoreONLY with a written justification") is a justified ignore, tracked to re-evaluate on the nextjust bump-gpui.This advisory landed in the RustSec DB today and fails the required
cargo-deny-advisoriescheck on every PR and onmain— second one today after RUSTSEC-2026-0190 (anyhow, fixed in #158).Verification
cargo deny check advisories->advisories ok(exit 0)deny.tomlconfig only; no dependency change.