WpTheme::Vulnerable specs

This commit is contained in:
erwanlr
2013-03-26 16:16:22 +01:00
parent ba0af6edda
commit da1c556896
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<vulnerabilities>
<theme name="not-this-one">
<vulnerability>
<title>I should not appear in the results</title>
<reference>http://some-ref.com</reference>
<type>SQLI</type>
</vulnerability>
</theme>
<theme name="the-oracle">
<vulnerability>
<title>I see you</title>
<reference>http://ref.com</reference>
<type>FPD</type>
</vulnerability>
</theme>
</vulnerabilities>