Skip to content

Commit 951d6dc

Browse files
author
Steve Salas
committed
Update JAR path to match tree node label
1 parent 32c3515 commit 951d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codepulse/src/main/scala/com/secdec/codepulse/dependencycheck/DependencyCheckReporter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object DependencyCheckReporter {
6161
dep <- xml \\ "dependency"
6262
file = new File((dep \ "filePath").text)
6363
jarLabel = file.pathSegments.drop(baseSegmentCount).mkString("/")
64-
jarPath = file.pathSegments.drop(baseSegmentCount).mkString("JARs / ", " / ", "")
64+
jarPath = file.pathSegments.drop(baseSegmentCount).mkString("JARs/", "/", "")
6565
if interested contains jarPath
6666
vulns = dep \\ "vulnerability"
6767
} yield {

0 commit comments

Comments
 (0)