Skip to content

Commit

Permalink
sec: Suppress security scanning for yamux-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Feb 3, 2025
1 parent a6cb3ac commit d50e507
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ binary {
osv = true
oss_index = false
nvd = false

# Triage items that are _safe_ to ignore here. Note that this list should be
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
vulnerabilities = [
"GHSA-29qp-crvh-w22m", // github.com/hashicorp/yamux@v0.1.1
"GO-2025-3408", // github.com/hashicorp/yamux@v0.1.1
]
}
}
}

0 comments on commit d50e507

Please sign in to comment.