Skip to content

Commit

Permalink
Backport of Fix supression into release/1.19.x (#21745)
Browse files Browse the repository at this point in the history
* no-op commit due to failed cherry-picking

* Fix supression (#21744)

fix supression

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 44fbccf commit dda31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ container {
suppress {
# N.b. `vulnerabilites` is the correct spelling for this tool.
vulnerabilites = [
"CVE-2024-8096", # curl@8.9.1-r2,
]
paths = [
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",
Expand Down Expand Up @@ -79,7 +80,6 @@ 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/*",
Expand Down

0 comments on commit dda31b8

Please sign in to comment.