forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: fine-tune release scanner and bump coredns (hashicorp#21038)
* security: bump coredns * add changelog * Revert "security: bump coredns" This reverts commit dcca09d. * security: bump coredns * fine-tune security scanner on release * dismiss changelog
- Loading branch information
1 parent
1793b50
commit 8209b3f
Showing
3 changed files
with
289 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,13 @@ container { | |
"CVE-2023-46219", # [email protected] | ||
"CVE-2023-5678", # [email protected] | ||
] | ||
paths = [ | ||
"internal/tools/proto-gen-rpc-glue/e2e/consul/*", | ||
"test/integration/connect/envoy/test-sds-server/*", | ||
"test/integration/consul-container/*", | ||
"testing/deployer/*", | ||
"test-integ/*", | ||
] | ||
} | ||
} | ||
} | ||
|
@@ -76,6 +83,13 @@ binary { | |
vulnerabilites = [ | ||
"GO-2024-2631", # go-jose/[email protected] (false positive) | ||
] | ||
paths = [ | ||
"internal/tools/proto-gen-rpc-glue/e2e/consul/*", | ||
"test/integration/connect/envoy/test-sds-server/*", | ||
"test/integration/consul-container/*", | ||
"testing/deployer/*", | ||
"test-integ/*", | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.