We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc31b2 commit 811c326Copy full SHA for 811c326
.circleci/config.yml
@@ -38,9 +38,6 @@ jobs:
38
# Define ignored vulnerabilities with comments
39
IGNORED_VULNS=(
40
"GHSA-5j98-mcp5-4vw2" # CVE-2025-64756 - glob is not used on the command line
41
- "GHSA-8qq5-rm4j-mr97" # CVE-2026-23745 - limited to build/dev environments
42
- "GHSA-r6q2-hw4h-h46w" # CVE-2026-23950 - limited to build/dev environments
43
- "GHSA-34x7-hfp2-rc4v" # CVE-2026-24842 - limited to build/dev environments
44
)
45
46
# Build ignore flags
0 commit comments