diff --git a/.trivyignore b/.trivyignore index c8f56aed..95aa9b7d 100644 --- a/.trivyignore +++ b/.trivyignore @@ -5,10 +5,3 @@ # jackson-core async parser DoS - not exploitable, services only use synchronous ObjectMapper API # See: UID2-6670 GHSA-72hv-8253-57qq exp:2026-09-01 - -# jackson-databind polymorphic deserialization bypass - not exploitable, uid2-shared does not enable polymorphic -# typing (no @JsonTypeInfo, enableDefaultTyping, or PolymorphicTypeValidator usage). No upstream fix released yet -# (fix targets: 2.18.8, 2.21.4, 3.1.4; latest available: 2.18.4). -# See: UID2-7364 -CVE-2026-54512 exp:2026-07-25 -CVE-2026-54513 exp:2026-07-25 diff --git a/pom.xml b/pom.xml index f9cdd9b2..74ef962a 100644 --- a/pom.xml +++ b/pom.xml @@ -63,11 +63,20 @@ 4.5.21 1.12.2 - 4.1.135.Final + 4.1.136.Final + 2.21.4 ${project.version} + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + io.netty netty-bom @@ -209,7 +218,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.2 + ${jackson.version} org.projectlombok