22 lines
456 B
XML
22 lines
456 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<vulnerabilities>
|
|
|
|
<item name="not-this-one">
|
|
<vulnerability>
|
|
<title>I should not appear in the results</title>
|
|
<reference>http://ref1.com</reference>
|
|
<type>RFI</type>
|
|
</vulnerability>
|
|
</item>
|
|
|
|
<item name="neo">
|
|
<vulnerability>
|
|
<title>I'm the one</title>
|
|
<reference>http://ref1.com</reference>
|
|
<type>XSS</type>
|
|
</vulnerability>
|
|
</item>
|
|
|
|
</vulnerabilities>
|