summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-12 14:56:12 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-15 16:28:38 +0100
commita95fb05d8c78e31e090035525ef8a737b3eeb064 (patch)
tree4486873d271de3d553fc9fa06a8d41017e60844f /.github
parentdc9929ba4af952e2d88b11dc9f36c880f1f339f5 (diff)
downloadmullvadvpn-a95fb05d8c78e31e090035525ef8a737b3eeb064.tar.xz
mullvadvpn-a95fb05d8c78e31e090035525ef8a737b3eeb064.zip
Ignore `RUSTSEC-2023-0079` in test framework
Diffstat (limited to '.github')
-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 6ffe3527cc..828e44860a 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -37,4 +37,5 @@ 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`.
- ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058
+ # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
+ ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079