no whitespaces at beginning or end of a string
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
<xs:simpleType name="stringtype">
|
<xs:simpleType name="stringtype">
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:whiteSpace value="preserve" />
|
||||||
<xs:minLength value="1" />
|
<xs:minLength value="1" />
|
||||||
|
<xs:pattern value="[^\s].+[^\s]|[^\s]"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
|
|||||||
@@ -291,7 +291,7 @@
|
|||||||
<fixed_in>1.4.3</fixed_in>
|
<fixed_in>1.4.3</fixed_in>
|
||||||
</vulnerability>
|
</vulnerability>
|
||||||
<vulnerability>
|
<vulnerability>
|
||||||
<title>Floating Social Media Links <= 1.4.2 - fsml-hideshow.js.php wpp Parameter Remote File Inclusion </title>
|
<title>Floating Social Media Links <= 1.4.2 - fsml-hideshow.js.php wpp Parameter Remote File Inclusion</title>
|
||||||
<references>
|
<references>
|
||||||
<osvdb>88385</osvdb>
|
<osvdb>88385</osvdb>
|
||||||
<secunia>51346</secunia>
|
<secunia>51346</secunia>
|
||||||
@@ -1902,7 +1902,7 @@
|
|||||||
|
|
||||||
<plugin name="gallery-plugin">
|
<plugin name="gallery-plugin">
|
||||||
<vulnerability>
|
<vulnerability>
|
||||||
<title>Gallery 3.06 - gallery-plugin/upload/php.php File Upload PHP Code Execution </title>
|
<title>Gallery 3.06 - gallery-plugin/upload/php.php File Upload PHP Code Execution</title>
|
||||||
<references>
|
<references>
|
||||||
<osvdb>82661</osvdb>
|
<osvdb>82661</osvdb>
|
||||||
<exploitdb>18998</exploitdb>
|
<exploitdb>18998</exploitdb>
|
||||||
@@ -9232,7 +9232,7 @@
|
|||||||
|
|
||||||
<plugin name="q-and-a">
|
<plugin name="q-and-a">
|
||||||
<vulnerability>
|
<vulnerability>
|
||||||
<title>Q and A 1.0.6.2 - Multiple Scripts Direct Request Path Disclosure </title>
|
<title>Q and A 1.0.6.2 - Multiple Scripts Direct Request Path Disclosure</title>
|
||||||
<references>
|
<references>
|
||||||
<osvdb>100793</osvdb>
|
<osvdb>100793</osvdb>
|
||||||
</references>
|
</references>
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
<xs:simpleType name="stringtype">
|
<xs:simpleType name="stringtype">
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:whiteSpace value="preserve" />
|
||||||
<xs:minLength value="1" />
|
<xs:minLength value="1" />
|
||||||
|
<xs:pattern value="[^\s].+[^\s]|[^\s]"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
<xs:simpleType name="stringtype">
|
<xs:simpleType name="stringtype">
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:whiteSpace value="preserve" />
|
||||||
<xs:minLength value="1" />
|
<xs:minLength value="1" />
|
||||||
|
<xs:pattern value="[^\s].+[^\s]|[^\s]"/>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user