summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-10-01 16:20:29 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-10-15 11:56:57 +0200
commitbbed3cdf8053a92629d443e967531ce5ff4f8ee8 (patch)
tree2f3549dc9bb6f9eda2fa185039f58dfd630c6f47 /.github
parentd5c7876c68327fa1603178244a0ac03871ef02ce (diff)
downloadmullvadvpn-bbed3cdf8053a92629d443e967531ce5ff4f8ee8.tar.xz
mullvadvpn-bbed3cdf8053a92629d443e967531ce5ff4f8ee8.zip
Stop ignoring RUSTSEC-2023-0079 (Kyber timing attack)
The dependency with this CVE is no longer in our dependency tree
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index e3f44a3b96..a9f8c039c7 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -28,8 +28,6 @@ jobs:
denyWarnings: true
# 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
- uses: actions-rust-lang/audit@v1.1.11
name: Audit testrunner Rust Dependencies
@@ -38,5 +36,3 @@ jobs:
denyWarnings: true
# 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