diff options
| -rw-r--r-- | wireguard-go-rs/libwg/osv-scanner.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wireguard-go-rs/libwg/osv-scanner.toml b/wireguard-go-rs/libwg/osv-scanner.toml index 90f0d4822f..28fcf5b78c 100644 --- a/wireguard-go-rs/libwg/osv-scanner.toml +++ b/wireguard-go-rs/libwg/osv-scanner.toml @@ -16,3 +16,15 @@ reason = "wireguard-go does not use the affected code" id = "CVE-2024-34155" # GO-2024-3105 ignoreUntil = 2025-03-18 reason = "wireguard-go does not use the affected code" + +# Denial of service in HTML Parse function in go/net/html +[[IgnoredVulns]] +id = "CVE-2024-45338" # GO-2024-3333 +ignoreUntil = 2025-03-19 +reason = "wireguard-go does not use the affected code" + +# Denial of service in HTML Parse function in go/net/html +[[IgnoredVulns]] +id = "GHSA-w32m-9786-jp63" # GO-2024-3333 +ignoreUntil = 2025-03-19 +reason = "wireguard-go does not use the affected code" |
