Skip to content

Commit 7a10e08

Browse files
committed
fix it
1 parent 9fef6c9 commit 7a10e08

4 files changed

Lines changed: 8 additions & 28 deletions

File tree

.github/workflows/build_all_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
container_name: ${{ matrix.container_name }}
5757
base_folder: "base_node"
5858
NO_CACHE: ${{ inputs.NO_CACHE }}
59+
EXTRA_COMMON: "common_node_24"
5960
package_node_24_language_docker_images:
6061
needs:
6162
- package_base_docker_image

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@ CONTAINER_NAME=base \
229229
Base node 24 image
230230
```
231231
CONTAINER_NAME=node_24 \
232-
BASE_FOLDER=languages \
232+
BASE_FOLDER=base_node \
233233
IMAGE_TAG=local-build \
234+
EXTRA_COMMON=common_node_24 \
234235
make scan-image
235236
```
236237
Language images

src/base_node/node_24/.trivyignore.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/common_node_24/.trivyignore.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ vulnerabilities:
3030
purls:
3131
- "pkg:npm/tar@7.5.1"
3232
expired_at: 2026-08-18
33+
- id: CVE-2026-26960
34+
statement: "Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in node-tar Extraction"
35+
purls:
36+
- "pkg:npm/tar@7.5.1"
37+
expired_at: 2026-08-18

0 commit comments

Comments
 (0)