diff --git a/dependency-check-core/src/main/resources/templates/xmlReport.vsl b/dependency-check-core/src/main/resources/templates/xmlReport.vsl index 86581ff37..b1ab9075d 100644 --- a/dependency-check-core/src/main/resources/templates/xmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/xmlReport.vsl @@ -84,21 +84,21 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. #end -#foreach($evidence in $dependency.getVendorEvidence()) +#foreach($evidence in $dependency.getEvidence($VENDOR)) $enc.xml($evidence.getSource()) $enc.xml($evidence.getName()) $enc.xml($evidence.getValue().trim()) #end -#foreach($evidence in $dependency.getProductEvidence()) +#foreach($evidence in $dependency.getEvidence($PRODUCT)) $enc.xml($evidence.getSource()) $enc.xml($evidence.getName()) $enc.xml($evidence.getValue().trim()) #end -#foreach($evidence in $dependency.getVersionEvidence()) +#foreach($evidence in $dependency.getEvidence($PRODUCT)) $enc.xml($evidence.getSource()) $enc.xml($evidence.getName())