mirror of https://github.com/hashicorp/consul
Backport of security: triage false positive for go-jose/v3 into release/1.17.x (#20904)
backport of commit c8d6b2528c
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/20922/head
ent-changelog-1.17.4
parent
f9f04163b7
commit
3e2302b191
|
@ -67,4 +67,15 @@ binary {
|
|||
]
|
||||
}
|
||||
}
|
||||
|
||||
# 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 {
|
||||
# N.b. `vulnerabilites` is the correct spelling for this tool.
|
||||
vulnerabilites = [
|
||||
"GO-2024-2631", # go-jose/v3@v3.0.3 (false positive)
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
11
scan.hcl
11
scan.hcl
|
@ -22,4 +22,15 @@ repository {
|
|||
secrets {
|
||||
all = 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 {
|
||||
# N.b. `vulnerabilites` is the correct spelling for this tool.
|
||||
vulnerabilites = [
|
||||
"GO-2024-2631", # go-jose/v3@v3.0.3 (false positive)
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue