xsd refining #179

This commit is contained in:
Christian Mehlmauer
2013-05-06 23:39:05 +02:00
parent 3e9c51f18e
commit b635168fb3
2 changed files with 2 additions and 1 deletions

View File

@@ -3136,6 +3136,7 @@
<reference>https://github.com/FireFart/W3TotalCacheExploit</reference>
<metasploit>auxiliary/gather/wp_w3_total_cache_hash_extract</metasploit>
<type>UNKNOWN</type>
<fixed_in>0.9.2.5</fixed_in>
</vulnerability>
<vulnerability>
<title>W3-Total-Cache &lt; 0.9.2.9 Remote Code Execution</title>

View File

@@ -51,7 +51,7 @@
<xs:element name="reference" type="uritype" maxOccurs="unbounded" minOccurs="1"/>
<xs:element name="metasploit" type="stringtype" maxOccurs="unbounded" minOccurs="0"/>
<xs:element name="type" type="typetype"/>
<xs:element name="fixed_in" type="stringtype" minOccurs="0"/>
<xs:element name="fixed_in" type="stringtype" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>