Suppress CVE-2025-49128 for jackson-core shaded in hadoop-client-runtime#19105
Open
ashwintumma23 wants to merge 1 commit intoapache:masterfrom
Open
Suppress CVE-2025-49128 for jackson-core shaded in hadoop-client-runtime#19105ashwintumma23 wants to merge 1 commit intoapache:masterfrom
ashwintumma23 wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
Since hadoop ingestion is being removed in #19109, would this suppression be relevant? |
Member
not sure, maybe since like the hdfs and other hadoopy extensions also probably contain this? I can always check by running the thing next time I have that branch checked out. |
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.
Description
Adds an OWASP dependency-check suppression for CVE-2025-49128, which is flagged against the
jackson-core copy shaded inside
hadoop-client-runtime-3.3.6.jar.Why this is suppressed
Druid's standalone
jackson-coreis already at 2.19.2 (managed viajackson-bom), which isnot affected by this CVE. The flag originates from an older jackson-core version shaded internally
inside
hadoop-client-runtime-3.3.6.jar. There is no fix available in the Hadoop 3.3.x line yet,making this unavoidable without a major Hadoop upgrade.
CVE-2025-52999 (also flagged against the same shaded copy) was already suppressed in the same
block — this change brings CVE-2025-49128 in line with that existing suppression. It also fixes a typo in that entry.
Release note
jackson-coreshaded insidehadoop-client-runtime. Druid's ownjackson-coreis unaffected at2.19.2.Key changed/added classes in this PR
owasp-dependency-check-suppressions.xml: AddedCVE-2025-49128to thehadoop-client-runtime-3.3.6.jarsuppression block, alongside fixing a typo the existing
CVE-2025-52999entry.This PR has: