diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index e3f44a3b96..a9f8c039c7 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -28,8 +28,6 @@ jobs: denyWarnings: true # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. - # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - ignore: RUSTSEC-2023-0079 - uses: actions-rust-lang/audit@v1.1.11 name: Audit testrunner Rust Dependencies @@ -38,5 +36,3 @@ jobs: denyWarnings: true # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. - # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - ignore: RUSTSEC-2023-0079 |
