diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-02-09 10:12:40 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-02-09 13:24:45 +0100 |
| commit | 8be759f26d332ac490b3e0d2a466e11b282baef3 (patch) | |
| tree | 4def64e0d83ccec9aba6c494c1a31ba581387f13 /.github | |
| parent | 69cf072be897a9a6355429cae05114346d7dfff6 (diff) | |
| download | mullvadvpn-8be759f26d332ac490b3e0d2a466e11b282baef3.tar.xz mullvadvpn-8be759f26d332ac490b3e0d2a466e11b282baef3.zip | |
Ignore RUSTSEC-2023-0079
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index fc0f90cb22..6ffe3527cc 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -24,6 +24,10 @@ jobs: with: file: Cargo.lock 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 |
