Skip to content

ci: suppress unmaintained advisories for syntect transitive deps#10

Merged
jorgenosberg merged 2 commits into
mainfrom
fix/rustsec-advisories
Jun 22, 2026
Merged

ci: suppress unmaintained advisories for syntect transitive deps#10
jorgenosberg merged 2 commits into
mainfrom
fix/rustsec-advisories

Conversation

@jorgenosberg

@jorgenosberg jorgenosberg commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Suppresses 2 of the RUSTSEC warnings/advisories that were opened as issues, since they are both transitive through syntect and two-face that we still need for syntax highlighting.

The 2 remaining issues were resolved by the latest dependabot PR merge.

Closes #8 , closes #6

Copilot AI review requested due to automatic review settings June 22, 2026 12:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a cargo audit configuration file to suppress two RustSec advisories that are currently unavoidable transitive dependencies (via syntect/two-face) used for syntax highlighting, aligning CI audit noise with the project’s current dependency constraints.

Changes:

  • Introduces .cargo/audit.toml with an [advisories] ignore list for RUSTSEC-2024-0320 and RUSTSEC-2025-0141.
  • Documents rationale and removal conditions for each ignore entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .cargo/audit.toml
Comment thread .cargo/audit.toml
@jorgenosberg jorgenosberg merged commit 8e38a46 into main Jun 22, 2026
4 checks passed
@jorgenosberg jorgenosberg deleted the fix/rustsec-advisories branch June 22, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RUSTSEC-2024-0320: yaml-rust is unmaintained. RUSTSEC-2025-0141: Bincode is unmaintained

2 participants