svn commit: r388586 - head/security/vuxml

Ryan Steinmetz zi at FreeBSD.org
Fri Jun 5 15:42:31 UTC 2015


Author: zi
Date: Fri Jun  5 15:42:30 2015
New Revision: 388586
URL: https://svnweb.freebsd.org/changeset/ports/388586

Log:
  - Make version matching on the pcre vuln a little more sane
  - Remove PHP as the vulnerability appears to be in devel/pcre, not php

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jun  5 14:57:29 2015	(r388585)
+++ head/security/vuxml/vuln.xml	Fri Jun  5 15:42:30 2015	(r388586)
@@ -62,19 +62,7 @@ Notes:
     <affects>
       <package>
 	<name>pcre</name>
-	<range><gt>0</gt></range>
-      </package>
-      <package>
-	<name>php5</name>
-	<range><gt>0</gt></range>
-      </package>
-      <package>
-	<name>php55</name>
-	<range><gt>0</gt></range>
-      </package>
-      <package>
-	<name>php56</name>
-	<range><gt>0</gt></range>
+	<range><le>8.37</le></range>
       </package>
     </affects>
     <description>
@@ -103,6 +91,7 @@ Notes:
     <dates>
       <discovery>2015-05-29</discovery>
       <entry>2015-06-04</entry>
+      <modified>2015-06-05</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list