Skip to content

Commit 715e5ca

Browse files
committed
fix new vulns
1 parent c4b61a8 commit 715e5ca

4 files changed

Lines changed: 60 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
shellcheck 0.11.0
22
direnv 2.37.1
3-
actionlint 1.7.10
3+
actionlint 1.7.11
44
ruby 3.3.0
55
trivy 0.69.3
6-
yq 4.52.2
6+
yq 4.52.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.13.0
1+
nodejs 24.14.0

src/common/.trivyignore.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,30 @@ vulnerabilities:
360360
purls:
361361
- "pkg:deb/ubuntu/linux-libc-dev@5.15.0-170.180?arch=amd64&distro=ubuntu-22.04"
362362
expired_at: 2026-09-09
363+
- id: CVE-2026-25679
364+
statement: "url.Parse insufficiently validated the host/authority component and ac ..."
365+
purls:
366+
- "pkg:golang/stdlib@v1.16.15"
367+
- "pkg:golang/stdlib@v1.23.4"
368+
- "pkg:golang/stdlib@v1.24.4"
369+
- "pkg:golang/stdlib@v1.24.9"
370+
- "pkg:golang/stdlib@v1.25.5"
371+
- "pkg:golang/stdlib@v1.25.7"
372+
- "pkg:golang/stdlib@v1.26.0"
373+
expired_at: 2026-09-11
374+
- id: CVE-2026-27142
375+
statement: "Actions which insert URLs into the content attribute of HTML meta tags ..."
376+
purls:
377+
- "pkg:golang/stdlib@v1.16.15"
378+
- "pkg:golang/stdlib@v1.23.4"
379+
- "pkg:golang/stdlib@v1.24.4"
380+
- "pkg:golang/stdlib@v1.24.9"
381+
- "pkg:golang/stdlib@v1.25.5"
382+
- "pkg:golang/stdlib@v1.25.7"
383+
- "pkg:golang/stdlib@v1.26.0"
384+
expired_at: 2026-09-11
385+
- id: CVE-2026-27137
386+
statement: "When verifying a certificate chain which contains a certificate contai ..."
387+
purls:
388+
- "pkg:golang/stdlib@v1.26.0"
389+
expired_at: 2026-09-11

src/common_node_24/.trivyignore.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,33 @@ vulnerabilities:
6363
purls:
6464
- "pkg:npm/tar@7.5.1"
6565
expired_at: 2026-09-09
66+
- id: CVE-2026-26996
67+
statement: "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
68+
purls:
69+
- "pkg:npm/minimatch@10.1.2"
70+
expired_at: 2026-09-11
71+
- id: CVE-2026-27903
72+
statement: "minimatch: minimatch: Denial of Service due to unbounded recursive backtracking via crafted glob patterns"
73+
purls:
74+
- "pkg:npm/minimatch@10.1.2"
75+
expired_at: 2026-09-11
76+
- id: CVE-2026-27904
77+
statement: "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
78+
purls:
79+
- "pkg:npm/minimatch@10.1.2"
80+
expired_at: 2026-09-11
81+
- id: CVE-2026-26960
82+
statement: "tar: node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation"
83+
purls:
84+
- "pkg:npm/tar@7.5.7"
85+
expired_at: 2026-09-11
86+
- id: CVE-2026-29786
87+
statement: "node-tar: hardlink path traversal via drive-relative linkpath"
88+
purls:
89+
- "pkg:npm/tar@7.5.7"
90+
expired_at: 2026-09-11
91+
- id: CVE-2026-31802
92+
statement: "node-tar Symlink Path Traversal via Drive-Relative Linkpath"
93+
purls:
94+
- "pkg:npm/tar@7.5.7"
95+
expired_at: 2026-09-11

0 commit comments

Comments
 (0)