Override transitive dependency - #6686
Open
pkfec wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6686 +/- ##
========================================
Coverage 86.00% 86.00%
========================================
Files 99 99
Lines 10611 10611
========================================
Hits 9126 9126
Misses 1485 1485 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
pkfec
force-pushed
the
feature/exclude-flyway-transitive-dependencies
branch
2 times, most recently
from
August 12, 2026 17:29
095aadb to
d6e0813
Compare
pkfec
marked this pull request as draft
August 12, 2026 20:24
pkfec
force-pushed
the
feature/exclude-flyway-transitive-dependencies
branch
from
August 18, 2026 19:22
d6e0813 to
cbf9c81
Compare
pkfec
marked this pull request as ready for review
August 18, 2026 20:00
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 (required)
Override jackson-databind transitive dependencies and enforce strict version
I have noticed that this transitive dependencies problem only appears on the Snyk UI, but it doesn’t show up when running scans through the CLI. In our CircleCI pipeline, both jackson-databind versions 2.22.1 and 3.1.5 are being downloaded. To be on safe side, I have pinned version 2.22.1 as a constraint in the build.gradle file, and I have also excluded the group "com.fasterxml.jackson.core" just in case.
FYI, the CLI does not flag jackson-databind as a transitive vulnerable package.
Required reviewers
1-2 reviewers
Impacted areas of the application
How to test
git checkout feature/exclude-flyway-transitive-dependenciesdropdb cfdm_testcreatedb cfdm_testinvoke create-sample-dbsnyk test --file=data/flyway/build.gradle(No transitive dependency issues flagged here)pytestflask run(optional, test endpoints)