diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-02-12 14:56:12 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-02-15 16:28:38 +0100 |
| commit | a95fb05d8c78e31e090035525ef8a737b3eeb064 (patch) | |
| tree | 4486873d271de3d553fc9fa06a8d41017e60844f /.github | |
| parent | dc9929ba4af952e2d88b11dc9f36c880f1f339f5 (diff) | |
| download | mullvadvpn-a95fb05d8c78e31e090035525ef8a737b3eeb064.tar.xz mullvadvpn-a95fb05d8c78e31e090035525ef8a737b3eeb064.zip | |
Ignore `RUSTSEC-2023-0079` in test framework
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 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 |
