Skip to content

Commit 365ca32

Browse files
Merge branch 'silence-rustsec-2023-0079'
2 parents 69cf072 + 8be759f commit 365ca32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cargo-audit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
file: Cargo.lock
2626
denyWarnings: true
27+
# Ignored audit issues. This list should be kept short, and effort should be
28+
# put into removing items from the list.
29+
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
30+
ignore: RUSTSEC-2023-0079
2731

2832
- uses: actions-rust-lang/audit@v1.1.11
2933
name: Audit testrunner Rust Dependencies

0 commit comments

Comments
 (0)