fix(security): bump netty-bom 4.1.136.Final and jetty 12.1.10 to clear Inspector high findings#30391
Merged
Merged
Conversation
Contributor
✅ PR checks passedThe linked issue has a description and all required Shipping project fields set. Thanks! |
Contributor
🔴 Playwright Results — 3 test failure(s)✅ 4531 passed · ❌ 3 failed · 🟡 25 flaky · ⏭️ 102 skipped
Genuine Failures (failed on all attempts)❌
|
manerow
force-pushed
the
fix/security-netty-jetty-cves
branch
from
July 23, 2026 14:13
46a0773 to
cb8f8e1
Compare
…r Inspector high findings
manerow
force-pushed
the
fix/security-netty-jetty-cves
branch
from
July 23, 2026 14:21
cb8f8e1 to
011082a
Compare
This was referenced Jul 24, 2026
|
Contributor
|
Failed to cherry-pick changes to the 1.13 branch. |
Code Review ✅ ApprovedBumps netty-bom to 4.1.136.Final and jetty to 12.1.10 across root and service POMs to clear multiple high Inspector security findings. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
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.



OM-side half of the fix for the 6 High Inspector findings on the 1.13 Collate server image.
netty-bom4.1.135.Final -> 4.1.136.Finaljetty12.1.7 -> 12.1.10Note:
jetty.versionis defined in both the rootpom.xmlandopenmetadata-service/pom.xml. The child redefinition shadows the parent, so bumping only the root silently has no effect. Both are changed here.Inspector reports
fixedInVersion: 4.2.16.Finalfor the netty advisories, but each has a 4.1-line backport in 4.1.136.Final, so no 4.2 major upgrade is needed.Paired with open-metadata/openmetadata-collate#5226.
mvn -pl openmetadata-service -am packagepasses.🤖 Generated with Claude Code
Fixes #30394
Greptile Summary
Updates Jetty to 12.1.10 across the root, service, and MCP Maven properties and updates the Netty BOM to 4.1.136.Final.
openmetadata-mcpJetty override with the patched version.Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains, and the MCP module’s previously missed Jetty override now uses the patched version.
Important Files Changed
Reviews (4): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile