Skip to content

Commit

Permalink
Merge branch 'silence-go-stdlib-cves'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Jan 28, 2025
2 parents 3024a15 + cc0d098 commit 95e51f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wireguard-go-rs/libwg/osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ reason = "wireguard-go does not use the affected code"
id = "GHSA-w32m-9786-jp63" # GO-2024-3333
ignoreUntil = 2025-03-19
reason = "wireguard-go does not use the affected code"

# Sensitive headers incorrectly sent after cross-domain redirect in net/http
[[IgnoredVulns]]
id = "CVE-2024-45336" # GO-2025-3420
ignoreUntil = 2025-04-28
reason = "wireguard-go does not use the affected code"

# Usage of IPv6 zone IDs can bypass URI name constraints in crypto/x509
[[IgnoredVulns]]
id = "CVE-2024-45341" # GO-2025-3373
ignoreUntil = 2025-04-28
reason = "wireguard-go does not use the affected code"

0 comments on commit 95e51f0

Please sign in to comment.