summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-09-30 15:36:14 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-10-01 10:58:56 +0200
commit3981421c1474256decc67989eee0ca9b5478e8bb (patch)
tree8639ff6b52495118bcfd36277eaae98b46ce110d
parent18f4ba5714c429c0907d28ecd86fdace7f887543 (diff)
downloadmullvadvpn-3981421c1474256decc67989eee0ca9b5478e8bb.tar.xz
mullvadvpn-3981421c1474256decc67989eee0ca9b5478e8bb.zip
Revert ignoring RUSTSEC-2024-0436 in vulnerability scanners
-rw-r--r--deny.toml3
-rw-r--r--osv-scanner.toml9
2 files changed, 0 insertions, 12 deletions
diff --git a/deny.toml b/deny.toml
index 87263689b0..631d1da653 100644
--- a/deny.toml
+++ b/deny.toml
@@ -28,9 +28,6 @@ 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-0436 - paste no longer maintained. There is currently no "fix" for this, and htmlize depend on it.
- "RUSTSEC-2024-0436"
]
diff --git a/osv-scanner.toml b/osv-scanner.toml
index 19bcf6caf1..7df9f816d2 100644
--- a/osv-scanner.toml
+++ b/osv-scanner.toml
@@ -67,12 +67,3 @@
# effectiveUntil = 2024-11-02
# reason = "The XML payload is generated by Apple tooling which we trust"
# ```
-
-# The `paste` crate is no longer maintained
-[[IgnoredVulns]]
-id = "RUSTSEC-2024-0436"
-ignoreUntil = 2025-09-12
-reason = """
-The `paste` crate is no longer maintained. `htmlize` depend on it, and there is currently no "fix" for this.
-We have no reason to suspect that `paste` is vulnerable in any way.
-"""