Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: produce flat dep-graph scanning unmanaged #3094

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

gitphill
Copy link
Contributor

@gitphill gitphill commented Apr 5, 2022

What does this PR do?

See snyk/snyk-mvn-plugin#115

Produce a flat dependency graph when scanning unmanaged Java archives.
We no longer resolver transitive lines. Each archive is a top level dependency with no transitives.
This should fix problems reported when transitive lines were interfering with one another.

@gitphill gitphill added the Tardis label Apr 5, 2022
@gitphill gitphill requested a review from a team as a code owner April 5, 2022 11:22
@gitphill gitphill self-assigned this Apr 5, 2022
See snyk/snyk-mvn-plugin#115

Produce a flat dependency graph when scanning unmanaged Java archives.
We no longer resolver transitive lines. Each archive is a top level dependency with no transitives.
This should fix problems reported when transitive lines were interfering with one another.
@gitphill gitphill force-pushed the feat/scan-all-unmanaged-flat-dep-graph branch from 04f33f2 to d52a147 Compare April 7, 2022 08:19
@gitphill gitphill merged commit 1c4c15e into master Apr 7, 2022
@gitphill gitphill deleted the feat/scan-all-unmanaged-flat-dep-graph branch April 7, 2022 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant