File tree Expand file tree Collapse file tree 7 files changed +11
-6
lines changed
base_node/node_24/.devcontainer
node_24_python_3_12/.devcontainer
node_24_python_3_13/.devcontainer
node_24_python_3_14/.devcontainer Expand file tree Collapse file tree 7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ ignore:
2727 - vulnerability : CVE-2025-58188
2828 - vulnerability : CVE-2025-4674
2929 - vulnerability : GHSA-x744-4wpc-v9h2
30+ - vulnerability : GHSA-92mm-2pjq-r785
31+ - vulnerability : GHSA-78h2-9frx-2jm8
32+ - vulnerability : CVE-2026-32280
33+ - vulnerability : GHSA-hfvc-g4fc-pqhx
3034# node_24 vulnerabilities
3135 - vulnerability : GHSA-c2c7-rcm5-vvqj
3236 - vulnerability : GHSA-7r86-cg39-jmmj
@@ -39,6 +43,7 @@ ignore:
3943 - vulnerability : GHSA-cx63-2mw6-8hw5
4044 - vulnerability : GHSA-r9hx-vwmv-q579
4145 - vulnerability : GHSA-5rjg-fvgr-3xxf
46+ - vulnerability : GHSA-2599-h6xx-hpxp
4247# eps-storage-terraform vulnerabilities
4348 - vulnerability : CVE-2025-68119
4449# eps-data-extract vulnerabilities
Original file line number Diff line number Diff line change 11FROM alpine:3.23.3 AS build
22ARG TARGETARCH
3- ARG GRYPE_VERSION="0.110 .0"
3+ ARG GRYPE_VERSION="0.111 .0"
44ENV GRYPE_VERSION=${GRYPE_VERSION}
55RUN apk add --no-cache cosign bash curl jq
66COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Original file line number Diff line number Diff line change 11FROM alpine:3.23.3 AS build
22ARG TARGETARCH
3- ARG SYFT_VERSION="1.42.3 "
3+ ARG SYFT_VERSION="1.42.4 "
44ENV SYFT_VERSION=${SYFT_VERSION}
55RUN apk add --no-cache cosign bash curl jq
66COPY --chmod=755 scripts/install_anchore_tool.sh /tmp/install_anchore_tool.sh
Original file line number Diff line number Diff line change 1- nodejs 24.14.0
1+ nodejs 24.14.1
Original file line number Diff line number Diff line change 11python 3.12.13
2- poetry 2.3.2
2+ poetry 2.3.4
Original file line number Diff line number Diff line change 11python 3.13.12
2- poetry 2.3.2
2+ poetry 2.3.4
Original file line number Diff line number Diff line change 11python 3.14.3
2- poetry 2.3.2
2+ poetry 2.3.4
You can’t perform that action at this time.
0 commit comments