[TE-21657]: bump netty 4.2.16 & jackson 2.18.9 to clear report-fatjar CVEs - #19
Merged
saurabh-prakash merged 1 commit intoJul 23, 2026
Conversation
…CVEs The karate-reports fatjar (com.lambdatest:karate-reports, built from the karate-core shaded jar) bundled vulnerable transitive deps flagged by the hyperexecute-postprocessing-service DockerfileSecure vulnerability scan: netty 4.2.15.Final -> CVE-2026-55831, CVE-2026-55833, CVE-2026-55851 jackson-databind 2.18.8 -> CVE-2026-59889, GHSA-mhm7-754m-9p8w Bump the karate-core dependencyManagement pins to the patched releases (netty-bom 4.2.16.Final; jackson-core/databind/annotations 2.18.9) and bump lt.patch.version 1 -> 2 so lt-reports-cd republishes as 1.5.3.2. Downstream: hyperexecute-job-artefacts must bump KARATE_REPORTS_VERSION 1.5.3.1 -> 1.5.3.2 after this publishes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
saurabh-prakash
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the vulnerable transitive dependencies pinned in
karate-core'sdependencyManagementso the publishedkarate-reportsfatjar clears the CVEs flagged by thehyperexecute-postprocessing-serviceDockerfileSecure vulnerability scan.io.netty:netty-bomjackson-corejackson-databindjackson-annotationsAll four fix versions are present on Maven Central (verified HTTP 200).
Versioning / republish
Per the scheme from #18,
lt.patch.versionis bumped 1 → 2 in the root pom, solt-reports-cdrepublishes the fatjar ascom.lambdatest:karate-reports:1.5.3.2on merge tolt-reports.karate-parent<version>(1.5.3, upstream-tracking) is left untouched.After this merges and CD publishes
1.5.3.2,hyperexecute-postprocessing-servicemust bumpKARATE_REPORTS_VERSION1.5.3.1 → 1.5.3.2 inDockerfileSecure(andDockerfilefor parity) to pick up the patched jar.🤖 Generated with Claude Code