diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 6ffe3527cc..828e44860a 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -37,4 +37,5 @@ jobs: # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. # RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`. - ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058 + # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. + ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079 |
