diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-25 10:49:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-25 11:43:54 +0100 |
| commit | fd3979b3738966398135138a81eaaeae3a818f60 (patch) | |
| tree | e1311000e240e1b3b6aee9f3f0a06418a221a770 /.github | |
| parent | a2c2fbc177162594eec6c4fc6f52209c6c5d68bb (diff) | |
| download | mullvadvpn-fd3979b3738966398135138a81eaaeae3a818f60.tar.xz mullvadvpn-fd3979b3738966398135138a81eaaeae3a818f60.zip | |
Also ignore RUSTSEC-2020-0168
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 fc0f90cb22..da351348d3 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -33,4 +33,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-2020-0168 - `mach` is unmaintained. Can be fixed by upgrading `serialport`. + ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2020-0168 |
