Commit c666089
UID2-6655: Suppress CVE-2026-1584 (gnutls) in .trivyignore (#2394)
* Upgrade gnutls to fix CVE-2026-1584 vulnerability
Add explicit gnutls upgrade in Dockerfile to address HIGH severity
vulnerability CVE-2026-1584 in gnutls 3.8.11-r0 (fixed in 3.8.12-r0)
in the alpine base image. The vulnerability allows Remote Denial of
Service via crafted ClientHello with invalid PSK.
Jira: UID2-6655
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* UID2-6655: Add CVE-2026-1584 to .trivyignore instead of upgrading gnutls
gnutls is an OS-level library present in the alpine base image but is not
used by our Java service. Upgrading it via apk introduces unnecessary risk
of breaking system-level dependencies. The vulnerability (Remote DoS via
crafted ClientHello) has no impact on our software.
CVE-2026-1584 exp:2026-08-27
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
---------
Co-authored-by: Claude Sonnet 4.6 <[email protected]>1 parent e8060b5 commit c666089
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments