added a vulnerability suppression analyzer test case

Former-commit-id: 415f214241e2ac6e882ea0291e6c11d991d4be8f
This commit is contained in:
Jeremy Long
2014-03-16 07:05:05 -04:00
parent cb56bbc122
commit 916243468f
3 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression">
<suppress>
<notes><![CDATA[
file name: FileHelpers.2.0.0.0.nupkg
]]></notes>
<sha1>30FB37D6163CF16E3BA740343BECDD14D5457619</sha1>
<cve>CVE-2007-1536</cve>
</suppress>
</suppressions>