Skip to content

Commit 0b8c86b

Browse files
wangzleiclaude
andauthored
Upgrade jackson-bom to 2.21.1 to fix GHSA-72hv-8253-57qq (#1334)
*Issue #, if available:* GHSA-72hv-8253-57qq *Description of changes:* Fixes jackson-core Number Length Constraint Bypass in Async Parser DoS vulnerability (CVE in versions >= 2.0.0, <= 2.18.5). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b58e829 commit 0b8c86b

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/trivy/pr-build.trivyignore.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
# statement: "<Why are we excluding?> <link to CVE where we can we status>"
99
# expired_at: <required - YYYY-MM-DD>
1010

11-
vulnerabilities:
12-
- id: GHSA-72hv-8253-57qq
13-
statement: "Excluding to unblock PR build as the CVE fix is not yet released in upstream: https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/16353"
14-
expired_at: 2026-03-16
11+
vulnerabilities: []

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ If your change does not need a CHANGELOG entry, add the "skip changelog" label t
1919
([#1298](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1298))
2020
- feat: Allow disabling of default anomaly condition
2121
([#1329](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1329))
22+
- Upgrade jackson-bom to 2.21.1 to fix CVE GHSA-72hv-8253-57qq
23+
([#1334](https://github.com/aws-observability/aws-otel-java-instrumentation/pull/1334))
2224

2325
## v2.23.0 - 2026-01-24
2426

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val otelJavaAgentVersion = if (!testSnapshots) otelVersion else "$otelSnapshotVe
3535

3636
val dependencyBoms = listOf(
3737
"com.amazonaws:aws-java-sdk-bom:1.12.599",
38-
"com.fasterxml.jackson:jackson-bom:2.16.0",
38+
"com.fasterxml.jackson:jackson-bom:2.21.1",
3939
"com.google.guava:guava-bom:33.0.0-jre",
4040
"com.google.protobuf:protobuf-bom:3.25.1",
4141
"com.linecorp.armeria:armeria-bom:1.26.4",

0 commit comments

Comments
 (0)