Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
with:
tool: cargo-audit
- name: Run audit check
# RUSTSEC-2026-0001: https://rustsec.org/advisories/RUSTSEC-2026-0001.html
# underlying rkyv is patched, but rustsec database not yet updated
# Can remove when this is merged: https://github.com/rustsec/advisory-db/pull/2565
run: cargo audit --ignore RUSTSEC-2026-0001
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is added in #19657, but unecessary as this PR removes the dependency on rkyv

# run: cargo audit --ignore RUSTSEC-2026-0001
run: cargo audit
Loading