Commit 5d787a1
fix(security): patch HIGH CVEs flagged by Trivy
Three HIGH-severity findings appeared in the latest Trivy scan due to
new vuln-database entries; none are caused by the previous Cloudflare
removal commit but they block the Security workflow.
devalue@5.7.1 (CVE-2026-42570) - DoS via sparse-array deserialization.
Astro hasn't bumped its devalue range yet, so override it to >=5.8.1
in packages/site/package.json.
Docker base image - bump node:26-slim digest to the latest published
build (sha256:a12126cf...) and add an explicit apt-get upgrade -y
step so libcap2 (CVE-2026-4878) and libsystemd0 (CVE-2026-29111) are
patched from Debian security regardless of base-image freshness.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 35032a2 commit 5d787a1
3 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments