mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added maven identifier to related dependencies
Former-commit-id: f5d8b523110431e54384e71010968ed059be5478
This commit is contained in:
@@ -589,6 +589,17 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
<li>File Path: $esc.html($related.FilePath)</li>
|
||||
<li>SHA1: $esc.html($related.Sha1sum)</li>
|
||||
<li>MD5: $esc.html($related.Md5sum)</li>
|
||||
#foreach($id in $related.getIdentifiers())
|
||||
#if ($id.type=="maven")
|
||||
#if( $id.url )
|
||||
##yes, we are HTML Encoding the href. this is okay. We can't URL encode as we have to trust the analyzer here...
|
||||
<li>$esc.html($id.type): <a href="$esc.html($id.url)" target="_blank">$esc.html($id.value)</a>
|
||||
#else
|
||||
<li>$esc.html($id.type): $esc.html($id.value)
|
||||
#end
|
||||
</li>
|
||||
#end
|
||||
#end
|
||||
</ul>
|
||||
</li>
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user