diff options
Diffstat (limited to '.github')
| -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 828e44860a..7ebacec4f7 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -38,4 +38,5 @@ jobs: # put into removing items from the list. # RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`. # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079 + # RUSTSEC-2023-0081 - `safemem` is unmaintained: https://github.com/ebarnard/rust-plist/pull/134 + ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079,RUSTSEC-2023-0081 |
