sec: Surpress yamux OSV alert in CRT. (#24978)

The change also removes an old surpression which has now been
resolved.
This commit is contained in:
James Rasell
2025-01-30 16:27:19 +01:00
committed by GitHub
parent bfd5f38761
commit 0d57e91282

View File

@@ -29,7 +29,7 @@ binary {
triage {
suppress {
vulnerabilities = [
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.5 TODO(dduzgun-security): remove when deps is resolved
"GO-2025-3408", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
]
}
}