20 lines
471 B
XML
20 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<vulnerabilities>
|
|
<plugin name="mr-smith">
|
|
<vulnerability>
|
|
<title>I should not appear in the results</title>
|
|
<reference>http://ref1.com</reference>
|
|
<type>RCE</type>
|
|
</vulnerability>
|
|
</plugin>
|
|
|
|
<plugin name="white-rabbit">
|
|
<vulnerability>
|
|
<title>Follow me!</title>
|
|
<reference>http://ref2.com</reference>
|
|
<type>REDIRECT</type>
|
|
</vulnerability>
|
|
</plugin>
|
|
</vulnerabilities>
|