summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-09-19 08:59:26 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-09-20 08:58:47 +0200
commitb4c1e89d431e1a8c138476a64d9d044c6fcf0f9a (patch)
tree37850bbd8f3aab6ed775de4d4d6bd523c9c59fea /.github
parent637730fb4048f94593fb7974c18b05d437451193 (diff)
downloadmullvadvpn-b4c1e89d431e1a8c138476a64d9d044c6fcf0f9a.tar.xz
mullvadvpn-b4c1e89d431e1a8c138476a64d9d044c6fcf0f9a.zip
Revert silencing `RUSTSEC-2024-0370` in `cargo audit`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index 69dce45e19..e3f44a3b96 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -29,9 +29,7 @@ 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`.
- # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
- # `nftnl 0.6.2` uses `proc-macro-error`.
- ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370
+ ignore: RUSTSEC-2023-0079
- uses: actions-rust-lang/audit@v1.1.11
name: Audit testrunner Rust Dependencies
@@ -41,6 +39,4 @@ 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`.
- # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
- # `nftnl 0.6.2` uses `proc-macro-error`.
- ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370
+ ignore: RUSTSEC-2023-0079