svn commit: r431918 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Thu Jan 19 21:14:53 UTC 2017


Author: brnrd
Date: Thu Jan 19 21:14:51 2017
New Revision: 431918
URL: https://svnweb.freebsd.org/changeset/ports/431918

Log:
  security/vuxml: Document PHP vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jan 19 21:07:11 2017	(r431917)
+++ head/security/vuxml/vuln.xml	Thu Jan 19 21:14:51 2017	(r431918)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="709e025a-de8b-11e6-a9a5-b499baebfeaf">
+    <topic>PHP -- undisclosed vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>php70</name>
+	<range><lt>7.0.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The PHP project reports:</p>
+	<blockquote cite="http://php.net/archive/2017.php#id2017-01-19-2">
+	  <p>The PHP development team announces the immediate availability of
+	    PHP 7.0.15. This is a security release. Several security bugs were
+	    fixed in this release.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://php.net/archive/2017.php#id2017-01-19-2</url>
+    </references>
+    <dates>
+      <discovery>2017-01-19</discovery>
+      <entry>2017-01-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="57facd35-ddf6-11e6-915d-001b3856973b">
     <topic>icoutils -- check_offset overflow on 64-bit systems</topic>
     <affects>


More information about the svn-ports-all mailing list