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
10 changes: 4 additions & 6 deletions .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
run: cargo install --locked cargo-audit
- name: Run cargo audit
# Ignore list stays in sync with deny.toml [advisories].ignore.
# RUSTSEC-2026-0097 (rand): bumped to 0.9.4 in this branch to clear
# the 0.9.x instance; the residual 0.8.5 transitive via regorus
# cannot be patched until regorus 0.3+ ships. wsc does not use
# custom rand loggers, so the unsoundness does not affect us.
# RUSTSEC-2026-0097 (rand 0.8.5 transitive) was removed from this
# list when regorus was bumped 0.2.8 → 0.10 — the residual 0.8.5
# instance now drops out of the dep graph entirely.
run: |
cargo audit \
--ignore RUSTSEC-2025-0046 \
Expand All @@ -61,8 +60,7 @@ jobs:
--ignore RUSTSEC-2026-0021 \
--ignore RUSTSEC-2025-0057 \
--ignore RUSTSEC-2025-0134 \
--ignore RUSTSEC-2024-0436 \
--ignore RUSTSEC-2026-0097
--ignore RUSTSEC-2024-0436

cargo-deny:
name: Cargo Deny
Expand Down
Loading
Loading