You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, when scanning a source repository, including resolving packages from Maven pom.xml, Syft uses the metadata type pkg.JavaArchive, which is not really representative of what was scanned. These could perhaps use JavaPomProject as the top-level metadata.
Additionally, the dependency scope is being captured in JavaPomProperties, which is not the correct spot for this information -- it should be part of the relationship, but this is not being tracked as any part of the relationship today.
The text was updated successfully, but these errors were encountered:
Today, when scanning a source repository, including resolving packages from Maven
pom.xml
, Syft uses the metadata typepkg.JavaArchive
, which is not really representative of what was scanned. These could perhaps useJavaPomProject
as the top-level metadata.Additionally, the dependency
scope
is being captured inJavaPomProperties
, which is not the correct spot for this information -- it should be part of the relationship, but this is not being tracked as any part of the relationship today.The text was updated successfully, but these errors were encountered: