summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-02-01 10:59:34 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-02-01 13:16:51 +0100
commit43f31c73d2d0ca8086ad8bec9de36318d0ac1dc2 (patch)
tree1752ab7128504fac4f0709a3c3da6c23619af087 /.github
parentc91d29ea0a22ca7460d26bac7872a172ddd15aa7 (diff)
downloadmullvadvpn-43f31c73d2d0ca8086ad8bec9de36318d0ac1dc2.tar.xz
mullvadvpn-43f31c73d2d0ca8086ad8bec9de36318d0ac1dc2.zip
Stop ignoring RUSTSEC-2020-0168 in the testframework audit CI job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index da351348d3..fc0f90cb22 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -33,5 +33,4 @@ 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`.
- # RUSTSEC-2020-0168 - `mach` is unmaintained. Can be fixed by upgrading `serialport`.
- ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2020-0168
+ ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058