diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-30 10:02:27 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-30 15:07:33 +0100 |
| commit | 370dc90652c47dffcf69aec1aedceb1949d04b24 (patch) | |
| tree | 350e433bd4cb074beb344f0612c0c5c96c6a0788 | |
| parent | 0192c04622c3f4807d1ef871cf8c02f46fd01f8f (diff) | |
| download | mullvadvpn-370dc90652c47dffcf69aec1aedceb1949d04b24.tar.xz mullvadvpn-370dc90652c47dffcf69aec1aedceb1949d04b24.zip | |
Ignore GO-2025-4015
| -rw-r--r-- | wireguard-go-rs/libwg/osv-scanner.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wireguard-go-rs/libwg/osv-scanner.toml b/wireguard-go-rs/libwg/osv-scanner.toml index 638008e24b..085bedc172 100644 --- a/wireguard-go-rs/libwg/osv-scanner.toml +++ b/wireguard-go-rs/libwg/osv-scanner.toml @@ -156,3 +156,9 @@ reason = "'This affects programs which validate arbitrary certificate chains.' w id = "CVE-2025-58183" # GO-2025-4014 ignoreUntil = 2026-10-30 reason = "wireguard-go does not use archive/tar" + +# Excessive CPU consumption in Reader.ReadResponse (net/textproto) +[[IgnoredVulns]] +id = "CVE-2025-61724" # GO-2025-4015 +ignoreUntil = 2026-10-30 +reason = "wireguard-go does not use net/textproto" |
