added information on suppressing false positives to the site

Former-commit-id: 84c0f3175c7a749bc2d5fe05d7b4e4d23a518fab
This commit is contained in:
Jeremy Long
2014-01-15 20:43:09 -05:00
parent ae58c1fa99
commit 3bd952e5c5
6 changed files with 44 additions and 9 deletions

View File

@@ -548,8 +548,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#else
<li><b>$esc.html($id.type):</b>&nbsp;$esc.html($id.value)
#end
#if ($id.type=="cpe")
##yes, we are HTML Encoding into JavaScript... the escape utils don't have a JS Encode and I haven't written one yet
&nbsp;&nbsp;<button class="copybutton" onclick="copyText('$esc.html($dependency.FileName)', '$esc.html($dependency.Sha1sum)', 'cpe', '$esc.html($id.value)')">suppress</button>
#end
#if( $id.description )
<br/>$esc.html($id.description)
#end