Skip to content

Commit ecb4178

Browse files
committed
suppress CVE-2026-45447 in .trivyignore (exp 2026-09-04)
openssl (libcrypto3 / libssl3, Alpine base image) is present but not reachable from this service — see the linked PR. Reachability alone determines suppress-vs-fix.
1 parent 67c4a3b commit ecb4178

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.trivyignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ CVE-2026-56408 exp:2026-08-09
3838
# jackson-core's non-blocking/async parser. A jackson bump is also in flight via uid2-shared
3939
# (PR #631) and will flow on the next release. See: UID2-7557 (predecessor UID2-6670)
4040
GHSA-r7wm-3cxj-wff9 exp:2026-08-23
41+
42+
# CVE-2026-45447 — openssl (libcrypto3 / libssl3, Alpine base image) (HIGH).
43+
# Not exploitable here: Dockerfile:19 apk adds libcrypto3/libssl3; no
44+
# tcnative/conscrypt/bouncycastle in pom.xml and no openssl/pkcs7/OpenSsl refs in any *.java —
45+
# pure-Java Vert.x uses JSSE
46+
# See: [TICKET]
47+
CVE-2026-45447 exp:2026-09-04

0 commit comments

Comments
 (0)