summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-09-09 13:43:20 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-09-09 13:43:37 +0200
commit0784b29ffc354a05c2b492b1c67209bc6fa2e5e4 (patch)
tree064fa6e05a2779df0640a3f47205775b51d4c445 /.github
parent1c8bcc39970f19cd833c5d8368d5c8d00b394bc1 (diff)
downloadmullvadvpn-0784b29ffc354a05c2b492b1c67209bc6fa2e5e4.tar.xz
mullvadvpn-0784b29ffc354a05c2b492b1c67209bc6fa2e5e4.zip
Ignore RUSTSEC-2024-0370 in audit workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index e3f44a3b96..69dce45e19 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -29,7 +29,9 @@ jobs:
# 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
+ # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
+ # `nftnl 0.6.2` uses `proc-macro-error`.
+ ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370
- uses: actions-rust-lang/audit@v1.1.11
name: Audit testrunner Rust Dependencies
@@ -39,4 +41,6 @@ jobs:
# 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
+ # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
+ # `nftnl 0.6.2` uses `proc-macro-error`.
+ ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370