Skip to content

Commit e465997

Browse files
authored
sec: Suppress additional yamux advisory and AWS v1 indirect dep. (#25003)
1 parent fd20f66 commit e465997

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.release/security-scan.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ binary {
2929
triage {
3030
suppress {
3131
vulnerabilities = [
32-
"GO-2025-3408", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
32+
"GO-2025-3408", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
33+
"GHSA-29qp-crvh-w22m ", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated.
34+
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated.
3335
]
3436
}
3537
}

0 commit comments

Comments
 (0)