Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 1 addition & 79 deletions .govulncheck.yaml
Original file line number Diff line number Diff line change
@@ -1,79 +1 @@
ignored-vulnerabilities:
# Incorrect parsing of IPv6 host literals in net/url
# Found in: net/url@go1.24.13
# Fixed in: net/url@go1.25.8
- id: GO-2026-4601
info: https://pkg.go.dev/vuln/GO-2026-4601
silence-until: 2026-08-31
# FileInfo can escape from a Root in os
# Found in: os@go1.24.13
# Fixed in: os@go1.25.8
- id: GO-2026-4602
info: https://pkg.go.dev/vuln/GO-2026-4602
silence-until: 2026-08-31
# Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
# Found in: crypto/tls@go1.24.13
# Fixed in: crypto/tls@go1.25.9
- id: GO-2026-4870
info: https://pkg.go.dev/vuln/GO-2026-4870
silence-until: 2026-08-31
# Inefficient policy validation in crypto/x509
# Found in: crypto/x509@go1.24.13
# Fixed in: crypto/x509@go1.25.9
- id: GO-2026-4946
info: https://pkg.go.dev/vuln/GO-2026-4946
silence-until: 2026-08-31
# Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
# Found in: golang.org/x/net/http2@v0.47.0
# Fixed in: golang.org/x/net/http2@v0.53.0
- id: GO-2026-4918
info: https://pkg.go.dev/vuln/GO-2026-4918
silence-until: 2026-08-31
# Unexpected work during chain building in crypto/x509
# Found in: crypto/x509@go1.24.13
# Fixed in: crypto/x509@go1.25.9
- id: GO-2026-4947
info: https://pkg.go.dev/vuln/GO-2026-4947
silence-until: 2026-08-31
# Panic in Dial and LookupPort when handling NUL byte on Windows in net
# Found in: net@go1.24.13
# Fixed in: net@go1.25.10
- id: GO-2026-4971
info: https://pkg.go.dev/vuln/GO-2026-4971
silence-until: 2026-08-31
# Invoking failure to reject ASCII-only Punycode-encoded labels in golang.org/x/net/idna
# Found in: golang.org/x/net/idna@v0.47.0
# Fixed in: golang.org/x/net/idna@v0.55.0
- id: GO-2026-5026
info: https://pkg.go.dev/vuln/GO-2026-5026
silence-until: 2026-08-31
# Inefficient candidate hostname parsing in crypto/x509
# Found in: crypto/x509@go1.24.13
# Fixed in: crypto/x509@go1.25.11
- id: GO-2026-5037
info: https://pkg.go.dev/vuln/GO-2026-5037
silence-until: 2026-08-31
# Quadratic complexity in WordDecoder.DecodeHeader in mime
# Found in: mime@go1.24.13
# Fixed in: mime@go1.25.11
- id: GO-2026-5038
info: https://pkg.go.dev/vuln/GO-2026-5038
silence-until: 2026-08-31
# Arbitrary inputs are included in errors without any escaping in net/textproto
# Found in: net/textproto@go1.24.13
# Fixed in: net/textproto@go1.25.11
- id: GO-2026-5039
info: https://pkg.go.dev/vuln/GO-2026-5039
silence-until: 2026-08-31
# Invoking Encrypted Client Hello privacy leak in crypto/tls
# Found in: crypto/tls@go1.24.13
# Fixed in: crypto/tls@go1.25.12
- id: GO-2026-5856
info: https://pkg.go.dev/vuln/GO-2026-5856
silence-until: 2026-08-31
# Infinite loop on invalid input in golang.org/x/text
# Found in: golang.org/x/text/unicode/norm@v0.31.0
# Fixed in: golang.org/x/text/unicode/norm@v0.39.0
- id: GO-2026-5970
info: https://pkg.go.dev/vuln/GO-2026-5970
silence-until: 2026-08-31
ignored-vulnerabilities: []
175 changes: 0 additions & 175 deletions README.adoc

This file was deleted.

Loading
Loading