sec: Remove yamux suppression as vuln has been revoked. (#25044)

This commit is contained in:
James Rasell
2025-02-07 16:15:15 +01:00
committed by GitHub
parent 5d09d7ad07
commit 4fbacee328

View File

@@ -29,9 +29,7 @@ binary {
triage {
suppress {
vulnerabilities = [
"GO-2025-3408", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
"GHSA-29qp-crvh-w22m ", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated.
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated.
]
}
}