diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2012-05-05 13:53:45 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2012-05-05 13:53:45 +0000 |
commit | d2c2c21c94c946f1922a3b87f1b055816a42f5e7 (patch) | |
tree | 7e4b5bc1ebe635bdd31b12dd0eec30936825f695 | |
parent | Handle SEDLIST variables containing commas (diff) |
Unbreak vuln.xml format.
While here fix a long line.
Pointyhat: scheidell
Notes
Notes:
svn path=/head/; revision=296045
-rw-r--r-- | security/vuxml/vuln.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7c2fddf3319a..1f7e2323dbab 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -60,6 +60,7 @@ Note: Please add new entries to the beginning of this file. <range><gt>5.4</gt><lt>5.4.2</lt></range> <range><lt>5.3.12</lt></range> </package> + <package> <name>php53</name> <range><lt>5.3.12</lt></range> </package> @@ -78,7 +79,8 @@ Note: Please add new entries to the beginning of this file. <blockquote cite="http://www.php.net/archive/2012.php#id2012-05-03-1"> <p>Security Enhancements and Fixes in PHP 5.3.12:</p> <ul> - <li>Initial fix for cgi-bin ?-s cmdarg parse issue (CVE-2012-1823)</li> + <li>Initial fix for cgi-bin ?-s cmdarg parse issue + (CVE-2012-1823)</li> </ul> </blockquote> </body> |