mirror of https://github.com/hashicorp/consul
Backport of Suppress CVE-2024-8096 into release/1.19.x (#21738)
backport of commit b3803397f1
Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com>
pull/21742/head
parent
9381df4b5b
commit
e1a4734384
|
@ -79,6 +79,7 @@ binary {
|
|||
suppress {
|
||||
# N.b. `vulnerabilites` is the correct spelling for this tool.
|
||||
vulnerabilites = [
|
||||
"CVE-2024-8096", # curl@8.9.1-r0
|
||||
]
|
||||
paths = [
|
||||
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
|
||||
|
|
Loading…
Reference in New Issue