fix(deps): patch Dependabot CVEs — high/medium/low severity#209
Open
vinodbhorge wants to merge 2 commits into
Open
fix(deps): patch Dependabot CVEs — high/medium/low severity#209vinodbhorge wants to merge 2 commits into
vinodbhorge wants to merge 2 commits into
Conversation
- CVE-2026-35554 (HIGH, 8.7): kafka-clients 3.9.1→3.9.2 (analytics-core direct; dependencyManagement for transitive) - CVE-2023-1370 (HIGH, 7.5): net.minidev:json-smart pinned ≥2.4.9 via dependencyManagement - CVE-2025-66566 (HIGH): at.yawk.lz4:lz4-java explicit 1.10.4 added to analytics-job-driver - CVE-2026-34477/78/79/80 (MED): log4j-core/api/1.2-api 2.25.3→2.25.4 - CVE-2021-34429 (MED): jetty-webapp 9.4.57 pinned via dependencyManagement - jackson-core GHSA (MED): compile-time version 2.15.4→2.19.0 (runtime Spark-provided still 2.15.4) - CVE-2024-23454 (LOW): hadoop.version 3.3.4→3.4.3 (provided scope; cluster must supply ≥3.4.0) - LOW: jetty-xml 9.4.57 pinned via dependencyManagement Cannot fix (version not on Maven Central): - CVE-2026-2332: jetty-http 9.4.60 not yet released - CVE-2025-67721: aircompressor 2.0.3 not yet released - CVE-2024-6763: requires Jetty 12 (Spark 3.5.x bundles Jetty 9.x) - CVE-2025-11143: no patch available Test: TestDatasetUtil updated for Hadoop 3.4.x Error vs Exception behavior change Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ement cloud-storage-sdk-aws brings jackson-module-scala_2.13:2.16.2 transitively, which conflicts with jackson-databind 2.19.0 (requires < 2.17.0). Override via dependencyManagement to align with jackson.version=2.19.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
kafka-clients3.9.1 → 3.9.2;kafka_2.13direct dep bumped to alignnet.minidev:json-smartpinned ≥ 2.4.9 via rootdependencyManagementat.yawk.lz4:lz4-java1.10.4 added explicitly toanalytics-job-driver(already present in other modules)log4j-core,log4j-api,log4j-1.2-apibumped 2.25.3 → 2.25.4jetty-webapp9.4.57 pinned viadependencyManagement(satisfies patched ≥ 9.4.43)jackson-module-scalaalso upgraded to 2.19.0 independencyManagementto resolve transitive conflict withcloud-storage-sdk-aws.hadoop.version3.3.4 → 3.4.3 (all hadoop deps areprovidedscope)jetty-xml9.4.57 pinned viadependencyManagement(satisfies patched ≥ 9.4.52)Cannot fix (patch not yet released on Maven Central)
jetty-httpaircompressorjetty-httpjetty-httpRuntime action needed
providedscope — cluster/container must supplyhadoop-common >= 3.4.0for the fix to take effect at runtime.Test plan
analytics-corebuild: SUCCESSanalytics-coretests: 72/73 pass (1 pre-existing AWS credentials failure —TestFrameworkContext)analytics-job-driverbuild: SUCCESSanalytics-job-drivertests: 12/13 pass (1 pre-existing AWS credentials failure —TestJobDriver2)batch-modelsbuild: SUCCESSbatch-modelstests: 19/19 passmvn clean install -DskipTests): SUCCESSTestDatasetUtilupdated: Hadoop 3.4.x throwsError(notException) for missing Azure filesystem class — addedcase _: Errorbranch