ci(security-scanner): Suppress GO-2025-3408 (#5493)

* ci(security-scanner): Suppress GO-2025-3408

There is currently not a fix for GO-2025-3408. Adding the vulnerability to the suppress list for now

The issue to address the vulnerability is currently open: https://github.com/hashicorp/yamux/issues/142
pull/5497/head
Elim Tsiagbey 1 year ago committed by GitHub
parent 177c549b0e
commit 958f14435e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,4 +23,14 @@ binary {
osv = true
oss_index = true
nvd = true
# 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 = [
"GO-2025-3408", # yamux@v0.1.1
]
}
}
}

Loading…
Cancel
Save