Skip to content

Commit c02ef20

Browse files
authored
sec: Suppress security scanning for yamux-0.1.1 (#1034)
1 parent a6cb3ac commit c02ef20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.release/security-scan.hcl

+11
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ binary {
1313
osv = true
1414
oss_index = false
1515
nvd = false
16+
17+
# Triage items that are _safe_ to ignore here. Note that this list should be
18+
# periodically cleaned up to remove items that are no longer found by the scanner.
19+
triage {
20+
suppress {
21+
vulnerabilities = [
22+
"GHSA-29qp-crvh-w22m", // github.com/hashicorp/[email protected]
23+
"GO-2025-3408", // github.com/hashicorp/[email protected]
24+
]
25+
}
26+
}
1627
}

0 commit comments

Comments
 (0)