diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-30 15:36:14 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-01 10:58:56 +0200 |
| commit | 3981421c1474256decc67989eee0ca9b5478e8bb (patch) | |
| tree | 8639ff6b52495118bcfd36277eaae98b46ce110d | |
| parent | 18f4ba5714c429c0907d28ecd86fdace7f887543 (diff) | |
| download | mullvadvpn-3981421c1474256decc67989eee0ca9b5478e8bb.tar.xz mullvadvpn-3981421c1474256decc67989eee0ca9b5478e8bb.zip | |
Revert ignoring RUSTSEC-2024-0436 in vulnerability scanners
| -rw-r--r-- | deny.toml | 3 | ||||
| -rw-r--r-- | osv-scanner.toml | 9 |
2 files changed, 0 insertions, 12 deletions
@@ -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. -""" |
