Skip to content

Commit e4f39cf

Browse files
committed
add node_24_python_3_12
1 parent 00ab22f commit e4f39cf

7 files changed

Lines changed: 63 additions & 0 deletions

File tree

.github/workflows/build_all_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
include:
2727
- container_name: node_24_python_3_14
2828
- container_name: node_24_python_3_13
29+
- container_name: node_24_python_3_12
2930
uses: ./.github/workflows/build_multi_arch_image.yml
3031
with:
3132
tag_latest: ${{ inputs.tag_latest }}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodejs 24.13.0
2+
python 3.12.12
3+
poetry 2.3.2
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
3+
{
4+
"name": "EPS Devcontainer node_24 python_3.13",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"build": {
7+
"dockerfile": "../../common/Dockerfile",
8+
"args": {
9+
"BASE_VERSION": "${localEnv:BASE_VERSION}",
10+
"CONTAINER_NAME": "eps_devcontainer_node_24_python_3_13"
11+
},
12+
"context": "."
13+
},
14+
"runArgs": [
15+
"--network=host"
16+
],
17+
"remoteEnv": { "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" },
18+
"features": {}
19+
}
20+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
set -e
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
asdf plugin add python
5+
asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git
6+
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
7+
8+
asdf install python
9+
asdf install
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
vulnerabilities:
2+
- id: CVE-2026-25547
3+
statement: "brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion"
4+
purls:
5+
- "pkg:npm/%40isaacs/brace-expansion@5.0.0"
6+
expired_at: 2026-08-12
7+
- id: CVE-2025-64756
8+
statement: "glob: glob: Command Injection Vulnerability via Malicious Filenames"
9+
purls:
10+
- "pkg:npm/glob@10.4.5"
11+
- "pkg:npm/glob@11.0.3"
12+
expired_at: 2026-08-12
13+
- id: CVE-2026-23745
14+
statement: "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives"
15+
purls:
16+
- "pkg:npm/tar@7.5.1"
17+
expired_at: 2026-08-12
18+
- id: CVE-2026-23950
19+
statement: "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition"
20+
purls:
21+
- "pkg:npm/tar@7.5.1"
22+
expired_at: 2026-08-12
23+
- id: CVE-2026-24842
24+
statement: "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check"
25+
purls:
26+
- "pkg:npm/tar@7.5.1"
27+
expired_at: 2026-08-12

src/node_24_python_3_12/trivy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignorefile: "src/node_24_python_3_12/.trivyignore_combined.yaml"

0 commit comments

Comments
 (0)