Issue while mapping DependencyScope from maven dependency tree #858
Labels
detector:maven
The Maven detector
status:waiting-on-response
Waiting on a response/more information from the user
type:bug
Bug fix of existing functionality
Method name -> MavenParsingUtilities -> GetMavenComponentStringInfo
On using below dependency with scope -> compile, in Maven Project,
The SBOM throws an exception
System.InvalidOperationException: Invalid scope ('linux-x86_64') found for 'io.netty:netty-transport-native-epoll:jar:4.1.87.Final:linux-x86_64' found in generated dependency graph
More Info ->
Dependency tree generated using maven dependency CLI command
mvn dependency:tree -B -DoutputFile=bcde.mvndeps -DoutputType=text -f <SampleProjectPath>
, contains value linux-x86_64 and osx-x86_64 which further leads to an exception while parsing dependency Scope.Snapshot of Dependency tree
AB#2114682
The text was updated successfully, but these errors were encountered: