Skip to content

Commit 804fc55

Browse files
chore: add expiry date to CVE-2026-1615 in .trivyignore
CVE-2026-1615 (jsonpath Arbitrary Code Execution) was missing a Trivy exp: field despite having a comment expiry of 2026-03-19. Fix confirmed pending in upstream (latest: 1.3.0); setting exp:2026-09-16 to track.
1 parent 889a1e2 commit 804fc55

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.trivyignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# CVE-2022-3996
66

77
# CVE-2026-1615: HIGH - jsonpath 1.2.1 - Arbitrary Code Execution via unsafe JSON path evaluation
8-
# No fix available (latest version 1.2.1 is affected). Tracked in UID2-6610.
9-
# Expiry: 2026-03-19
10-
CVE-2026-1615
8+
# No fix confirmed in 1.3.0 (latest). Tracked in UID2-6610.
9+
CVE-2026-1615 exp:2026-09-16
1110

1211
# zlib contrib/untgz demo utility buffer overflow - not exploitable; Alpine does not ship the untgz binary.
1312
# See: UID2-6704

0 commit comments

Comments
 (0)