20 lines
467 B
XML
20 lines
467 B
XML
<?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>
|