Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ ignore:
- vulnerability: CVE-2025-58188
- vulnerability: CVE-2025-4674
- vulnerability: GHSA-x744-4wpc-v9h2
- vulnerability: GHSA-92mm-2pjq-r785
- vulnerability: GHSA-78h2-9frx-2jm8
- vulnerability: CVE-2026-32280
- vulnerability: GHSA-hfvc-g4fc-pqhx
# node_24 vulnerabilities
- vulnerability: GHSA-c2c7-rcm5-vvqj
- vulnerability: GHSA-7r86-cg39-jmmj
Expand All @@ -39,6 +43,7 @@ ignore:
- vulnerability: GHSA-cx63-2mw6-8hw5
- vulnerability: GHSA-r9hx-vwmv-q579
- vulnerability: GHSA-5rjg-fvgr-3xxf
- vulnerability: GHSA-2599-h6xx-hpxp
# eps-storage-terraform vulnerabilities
- vulnerability: CVE-2025-68119
# eps-data-extract vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion src/base/.devcontainer/Dockerfile.grype
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.23.3 AS build
ARG TARGETARCH
ARG GRYPE_VERSION="0.110.0"
ARG GRYPE_VERSION="0.111.0"
ENV GRYPE_VERSION=${GRYPE_VERSION}
RUN apk add --no-cache cosign bash curl jq
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Expand Down
2 changes: 1 addition & 1 deletion src/base/.devcontainer/Dockerfile.syft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.23.3 AS build
ARG TARGETARCH
ARG SYFT_VERSION="1.42.3"
ARG SYFT_VERSION="1.42.4"
ENV SYFT_VERSION=${SYFT_VERSION}
RUN apk add --no-cache cosign bash curl jq
COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Expand Down
2 changes: 1 addition & 1 deletion src/base_node/node_24/.devcontainer/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 24.14.0
nodejs 24.14.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.12.13
poetry 2.3.2
poetry 2.3.4
Comment on lines 1 to +2
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says poetry is updated to 2.3.4, but only the Python 3.12–3.14 devcontainers are updated; node_24_python_3_10 still pins poetry 2.1.3 (src/languages/node_24_python_3_10/.devcontainer/.tool-versions:2). Either update that devcontainer too, or clarify in the PR description that the poetry bump is only for 3.12+ images.

Copilot uses AI. Check for mistakes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.13.12
poetry 2.3.2
poetry 2.3.4
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.14.3
poetry 2.3.2
poetry 2.3.4
Loading