summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-12 08:44:11 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-12 08:54:19 +0100
commit71e5611060e6a24ed12eb939372a3dbc8dd4d771 (patch)
treefb3ac4912982978609ab5d02a1689f10d4eb3284 /test
parentfa608e54eeb678bd35d2e859d54bb4846ff4b050 (diff)
downloadmullvadvpn-71e5611060e6a24ed12eb939372a3dbc8dd4d771.tar.xz
mullvadvpn-71e5611060e6a24ed12eb939372a3dbc8dd4d771.zip
Silence `RUSTSEC-2024-0384` in `test/deny.toml`
Diffstat (limited to 'test')
-rw-r--r--test/deny.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 3ab381a987..3725418cfc 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -18,6 +18,10 @@ yanked = "deny"
ignore = [
# Ignored audit issues. This list should be kept short, and effort should be
# put into removing items from the list.
+
+ # RUSTSEC-2024-0384 - `instant` is unmaintained.
+ # `ssh2 0.9.4` uses `instant`.
+ "RUSTSEC-2024-0384",
]