Skip to content

Commit a944800

Browse files
meysholdtona-agent
andcommitted
Fix CVE-2026-29062: upgrade jackson-core to 3.1.0
Override jackson-bom.version (3.0.3 -> 3.1.0) and jackson-2-bom.version (2.20.1 -> 2.21.1) to resolve nesting depth constraint bypass in jackson-core (GHSA-6v53-7c9g-w56r). Co-authored-by: Ona <no-reply@ona.com>
1 parent 25bd822 commit a944800

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<webjars-bootstrap.version>5.3.8</webjars-bootstrap.version>
2525
<webjars-font-awesome.version>4.7.0</webjars-font-awesome.version>
2626

27+
<!-- Override jackson-bom versions to fix CVE-2026-29062 (GHSA-6v53-7c9g-w56r) -->
28+
<jackson-bom.version>3.1.0</jackson-bom.version>
29+
<jackson-2-bom.version>2.21.1</jackson-2-bom.version>
30+
2731
<checkstyle.version>12.1.2</checkstyle.version>
2832
<jacoco.version>0.8.14</jacoco.version>
2933
<libsass.version>0.3.4</libsass.version>

0 commit comments

Comments
 (0)