svn commit: r544259 - head/security/vuxml

Philip Paeps philip at FreeBSD.org
Thu Aug 6 03:31:18 UTC 2020


Author: philip
Date: Thu Aug  6 03:31:17 2020
New Revision: 544259
URL: https://svnweb.freebsd.org/changeset/ports/544259

Log:
  security/vuxml: add FreeBSD SA to sqlite3 entry
  
  Reference FreeBSD-SA-20:22.sqlite and correct the fixed patch releases
  in the recent sqlite3 entry.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Aug  6 02:52:35 2020	(r544258)
+++ head/security/vuxml/vuln.xml	Thu Aug  6 03:31:17 2020	(r544259)
@@ -2020,8 +2020,9 @@ Discovered by Tony Yesudas.</p>
       </package>
       <package>
 	<name>FreeBSD</name>
-	<range><ge>12</ge><le>12.1_7</le></range>
-	<range><le>11.4_1</le></range>
+	<range><ge>12.1</ge><lt>12.1_8</lt></range>
+	<range><ge>11.4</ge><lt>11.4_2</lt></range>
+	<range><ge>11.3</ge><lt>11.3_12</lt></range>
       </package>
     </affects>
     <description>
@@ -2051,11 +2052,12 @@ Discovered by Tony Yesudas.</p>
       <cvename>CVE-2020-13631</cvename>
       <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13632</url>
       <cvename>CVE-2020-13632</cvename>
+      <freebsdsa>SA-20:12.sqlite</freebsdsa>
     </references>
     <dates>
       <discovery>2020-05-25</discovery>
       <entry>2020-06-10</entry>
-      <modified>2020-07-09</modified>
+      <modified>2020-08-06</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list