summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-08 10:10:00 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-08 10:10:00 +0200
commit88b4370925359cbbe77b3b858d358a67408e848a (patch)
treef3b1cd2e8c188468b607a6bf22fd6569ed62b5f4
parent73815a448c9b4b93cb2be326d5f90d6320f71ffe (diff)
parentca520b25630461a916152533c5b3aa471523729a (diff)
downloadmullvadvpn-88b4370925359cbbe77b3b858d358a67408e848a.tar.xz
mullvadvpn-88b4370925359cbbe77b3b858d358a67408e848a.zip
Merge branch 'revert-rustsec-2025-0014-silence'
-rw-r--r--test/deny.toml3
-rw-r--r--test/osv-scanner.toml10
2 files changed, 0 insertions, 13 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 2fc0d17751..70584012e1 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -20,9 +20,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-2025-0014 - `humantime` is unmaintained: https://github.com/tailhook/humantime/issues/31
- "RUSTSEC-2025-0014"
]
diff --git a/test/osv-scanner.toml b/test/osv-scanner.toml
index 51e3e1d894..9d95c0b636 100644
--- a/test/osv-scanner.toml
+++ b/test/osv-scanner.toml
@@ -1,13 +1,3 @@
# See repository root `osv-scanner.toml` for instructions and rules for this file.
#
# Keep this file in sync with test/deny.toml
-
-# The `humantime` crate is no longer maintained
-[[IgnoredVulns]]
-id = "RUSTSEC-2025-0014"
-ignoreUntil = 2025-06-11
-reason = """
-The `humantime` crate is no longer maintained. `tarpc` depend on it, and there is currently no "fix" for this.
-We have no reason to suspect that `humantime` is vulnerable in any way. An issue has been opened upstream:
-https://github.com/google/tarpc/issues/509
-"""