File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -229,8 +229,9 @@ CONTAINER_NAME=base \
229229Base node 24 image
230230```
231231CONTAINER_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```
236237Language images
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments