There was an error while loading. Please reload this page.
${id}
1 parent c0a2074 commit 3307d1dCopy full SHA for 3307d1d
1 file changed
module/maven/dep_tree_builder.go
@@ -49,6 +49,9 @@ func (d *depAnalyzer) analyze(coordinate Coordinate) *Dependency {
49
Coordinate: it.Coordinate,
50
Children: []Dependency{},
51
}
52
+ if d.Coordinate.IsBad() {
53
+ d.Coordinate.Version = ""
54
+ }
55
for _, it := range it.Children {
56
if it == nil {
57
continue
0 commit comments