File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,23 @@ ignored-vulnerabilities:
44 # Fixed in: net/url@go1.24.8
55 - id : GO-2025-4010
66 info : https://pkg.go.dev/vuln/GO-2025-4010
7- silence-until : 2026-01-03
7+ silence-until : 2026-01-03
8+ # Quadratic complexity when checking name constraints in crypto/x509
9+ # Found in: crypto/x509@go1.23.12
10+ # Fixed in: crypto/x509@go1.24.9
11+ - id : GO-2025-4007
12+ info : https://pkg.go.dev/vuln/GO-2025-4007
13+ silence-until : 2026-01-10
14+ # Quadratic complexity when parsing some invalid inputs in encoding/pem
15+ # Found in: encoding/pem@go1.23.12
16+ # Fixed in: encoding/pem@go1.24.8
17+ - id : GO-2025-4009
18+ info : https://pkg.go.dev/vuln/GO-2025-4009
19+ silence-until : 2026-01-10
20+ # Parsing DER payload can cause memory exhaustion in encoding/asn1
21+ # Found in: encoding/asn1@go1.23.12
22+ # Fixed in: encoding/asn1@go1.24.8
23+ - id : GO-2025-4011
24+ info : https://pkg.go.dev/vuln/GO-2025-4011
25+ silence-until : 2026-01-10
26+
You can’t perform that action at this time.
0 commit comments