Skip to content

Commit f633596

Browse files
authored
fix: dependency-review new vulnerability preset (#1501)
1 parent 7de66fd commit f633596

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.changeset/slow-onions-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"dependency-review": patch
3+
---
4+
5+
add new dependency vulnerability preset vulnerability-high-cve-2026-34040
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This is a copy of `vulnerability-high.yml` with a specific CVE allowlisted.
2+
3+
# https://github.com/advisories/GHSA-x744-4wpc-v9h2
4+
# CVE-2026-34040
5+
# We are temporarily allowing this CVE because it's from a transitive dep and specific to AuthZ plugin, which is something we don't use.
6+
# - The typical dependency path for us is `testcontainers/testcontainers-go -> github.com/docker/docker`
7+
# - There is currently no github.com/docker/docker version that is patched, and therefore no testcontainers-go version that we can update to.
8+
# - We will wait for these related tasks on testcontainers-go's side before we remove this config preset:
9+
# - https://github.com/testcontainers/testcontainers-go/issues/3496
10+
# - https://github.com/testcontainers/testcontainers-go/issues/3614
11+
# - https://github.com/testcontainers/testcontainers-go/pull/3591
12+
13+
# Fails when:
14+
# - vulnerabilities are found in the dependency tree with specified severity or grater
15+
vulnerability_check: true
16+
fail_on_severity: "high" # low, moderate, high, critical
17+
license_check: false
18+
allow_ghsas:
19+
- GHSA-x744-4wpc-v9h2

0 commit comments

Comments
 (0)