-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.trivyignore
More file actions
15 lines (14 loc) · 1.05 KB
/
Copy path.trivyignore
File metadata and controls
15 lines (14 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Trivy ignore file — suppresses ONLY vulnerabilities that cannot be remediated from
# this repository's own dependency tree. Everything fixable via a bump/override in a
# lockfile we control is fixed instead of ignored (see PR "remediate security scan
# findings"). Trivy reads this file automatically from the repo root for both the
# filesystem and Docker-image scans.
# CVE-2026-39244 — adm-zip Denial of Service via a crafted ZIP file.
# adm-zip 0.5.17 is vendored INSIDE the `@github/copilot` CLI, which is pulled into the
# Docker image transitively by the `@github/copilot-sdk` production dependency. It lives
# in `node_modules/@github/copilot/...`, is bundled by that package, and is therefore not
# resolvable via npm `overrides` or a lockfile change in this repo — only an upstream
# release of `@github/copilot` can ship the patched adm-zip 0.6.0. TermBeam does not
# invoke adm-zip at runtime, so the DoS is not reachable in our usage. Re-check and remove
# this line once `@github/copilot` / `@github/copilot-sdk` bundles adm-zip >= 0.6.0.
CVE-2026-39244