We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04023 commit c9d2874Copy full SHA for c9d2874
1 file changed
core/src/main/resources/templates/xmlReport.vsl
@@ -617,7 +617,7 @@ Copyright (c) 2018 Jeremy Long. All Rights Reserved.
617
</references>
618
<vulnerableSoftware>
619
#foreach($vs in $vuln.getVulnerableSoftware(true))
620
- <software#if($vs == $vuln.matchedVulnerableSoftware) matched="true"#end
+ <software#if($vs == $vuln.matchedVulnerableSoftware) vulnerabilityIdMatched="true"#end
621
#if($vs.versionStartIncluding) versionStartIncluding="$enc.xml($vs.versionStartIncluding)"#end
622
#if($vs.versionStartExcluding) versionStartExcluding="$enc.xml($vs.versionStartExcluding)"#end
623
#if($vs.versionEndIncluding) versionEndIncluding="$enc.xml($vs.versionEndIncluding)"#end
0 commit comments