-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DependencyManagement ignored in pom.xml #1813
Comments
Hi @xtreme-conor-nosal, thanks for filing the issue, we will go ahead and put this in the backlog for a fix when we are able. |
Developer notes: there are 2 main issues here:
Within the same POM, Syft should still honor |
This PR should be fixed by #2769 |
What happened:
Ran a directory scan containing an effective-pom on a spring boot project. Only 4 results (from the top-level
<dependencies>
) were returned.What you expected to happen:
All dependencies at the root level and transitive dependencies nested in
<dependencyManagement>
to be present in syft outputSteps to reproduce the issue:
Anything else we need to know?:
Environment:
syft version
: 0.75.0cat /etc/os-release
or similar): ubuntu 20.04.6The text was updated successfully, but these errors were encountered: