Skip to content

Commit

Permalink
fix: hardcode xalan group ID (#2368)
Browse files Browse the repository at this point in the history
According to maven central, the package called "xalan" should just have
the group ID xalan, but currently syft isn't able to find that.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
willmurphyscode authored Nov 28, 2023
1 parent 1cfc4c7 commit ea4a674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syft/pkg/cataloger/common/cpe/java_groupid_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -1199,4 +1199,5 @@ var DefaultArtifactIDToGroupID = map[string]string{
"spring-webflow": "org.springframework.webflow",
"spring-ws": "org.springframework.ws",
"spring-xml": "org.springframework.ws",
"xalan": "xalan", // see https://mvnrepository.com/artifact/xalan/xalan/2.7.2
}

0 comments on commit ea4a674

Please sign in to comment.