Skip to content

Commit c032c11

Browse files
suppress CVE-2026-33846: gnutls DTLS heap overflow DoS in Alpine base image
gnutls is not used by our Java service (JVM uses JSSE). The DTLS attack vector is not applicable to our TCP/HTTPS services. Expiry: 2026-11-05.
1 parent de62581 commit c032c11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CVE-2026-1584 exp:2026-08-27
88
# gnutls DoS vulnerability via DTLS zero-length record - not impactful as gnutls is not used by our Java service
99
# See: UID2-7008
1010
CVE-2026-33845 exp:2026-11-04
11+
# gnutls DoS vulnerability via heap buffer overflow in DTLS handshake - not impactful as gnutls is not used by our Java service
12+
CVE-2026-33846 exp:2026-11-05
1113

1214
# jackson-core async parser DoS - not exploitable, services only use synchronous ObjectMapper API
1315
# See: UID2-6670

0 commit comments

Comments
 (0)