Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# See: UID2-6670
GHSA-72hv-8253-57qq exp:2026-09-01

# jackson-databind data-binding vulnerability - no upstream fix released yet (fix targets: 2.18.8, 2.21.4, 3.1.4)
# 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
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,10 @@
<artifactId>cbor</artifactId>
<version>0.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.19.0</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
Loading