summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-09-24 11:54:07 +0200
committerTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-09-24 14:28:42 +0200
commitbada60ab58fde84353c59d3d301ad396ed5e1379 (patch)
tree5f632ff6ffd002b866671cd1780093259cc638b4
parent5bbefd63bf4d5b1b5c659749f6e3430a209485c0 (diff)
downloadmullvadvpn-bada60ab58fde84353c59d3d301ad396ed5e1379.tar.xz
mullvadvpn-bada60ab58fde84353c59d3d301ad396ed5e1379.zip
Remove ignore of patched vulnerabilities
The vulnerabilities have been patched by updating vite to 7.1.7
-rw-r--r--desktop/osv-scanner.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/osv-scanner.toml b/desktop/osv-scanner.toml
index 771ca110d4..b44ff638b6 100644
--- a/desktop/osv-scanner.toml
+++ b/desktop/osv-scanner.toml
@@ -30,14 +30,3 @@ id = "CVE-2025-55305" # GHSA-vmqv-hx8q-j7mg
ignoreUntil = 2025-12-04
reason = "The embeddedAsarIntegrityValidation and onlyLoadAppFromAsar fuses aren't enabled"
-# vite: The vulnerable code is only used in development and not in production and requires local system access to exploit.
-[[IgnoredVulns]]
-id = "CVE-2025-58751" # GHSA-g4jq-h2w9-997c
-ignoreUntil = 2025-09-30
-reason = "Fixing requires upgrading vite to a new major version, which will take a few days."
-
-# vite: The vulnerable code is only used in development and not in production and requires local system access to exploit.
-[[IgnoredVulns]]
-id = "CVE-2025-58752" # GHSA-jqfw-vq24-v9c3
-ignoreUntil = 2025-09-30
-reason = "Fixing requires upgrading vite to a new major version, which will take a few days."