Skip to content

Commit 166fbc6

Browse files
committed
Add fix-state: not-fixed to GO-2026-5932 ignore entry
The GO-2026-5932 (golang.org/x/crypto) ignore entry lacked the fix-state: not-fixed field, making it a permanent unconditional suppress instead of an auto-expiring one. Without fix-state, grype keeps the entry active even after a fix is published, silently hiding the CVE rather than re-reporting it for remediation. Add fix-state: not-fixed so the entry auto-expires when the OSV advisory records an available fix. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
1 parent a7ca45e commit 166fbc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.grype.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ ignore:
77

88
# No fixed version available in Go module registry; Unknown severity
99
- vulnerability: GO-2026-5932
10+
fix-state: not-fixed
1011
package:
1112
name: golang.org/x/crypto

0 commit comments

Comments
 (0)