summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-27 10:06:06 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-27 10:06:06 +0100
commit0a4915b113263f8353663e4fc07297d2862f2bc0 (patch)
treebe6ba5f4a4fc4d49d0a3cbc3426a7ea5ab542dc8
parentf2bb550f0426ff7b66e5a2cb265db9502990b797 (diff)
parent4fa0d8ea15627f64aa250d573c4bfdb70e972e6f (diff)
downloadmullvadvpn-0a4915b113263f8353663e4fc07297d2862f2bc0.tar.xz
mullvadvpn-0a4915b113263f8353663e4fc07297d2862f2bc0.zip
Merge branch 'silence-rustsec-2023-0081'
-rw-r--r--.github/workflows/cargo-audit.yml3
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