svn commit: r419967 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Tue Aug 9 20:53:05 UTC 2016


Author: feld
Date: Tue Aug  9 20:53:04 2016
New Revision: 419967
URL: https://svnweb.freebsd.org/changeset/ports/419967

Log:
  Add FreeBSD SA information to old openssh vuxml entry
  
  Security:	SA-16:14.openssh

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug  9 20:36:34 2016	(r419966)
+++ head/security/vuxml/vuln.xml	Tue Aug  9 20:53:04 2016	(r419967)
@@ -6888,6 +6888,12 @@ Notes:
 	<name>openssh-portable</name>
 	<range><lt>7.2.p2,1</lt></range>
       </package>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>10.2</ge><lt>10.2_14</lt></range>
+	<range><ge>10.1</ge><lt>10.1_31</lt></range>
+	<range><ge>9.3</ge><lt>9.3_39</lt></range>
+      </package>
     </affects>
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
@@ -6916,11 +6922,12 @@ Notes:
     <references>
       <url>http://www.openssh.com/txt/x11fwd.adv</url>
       <cvename>CVE-2016-3115</cvename>
+      <freebsdsa>SA-16:14.openssh</freebsdsa>
     </references>
     <dates>
       <discovery>2016-03-11</discovery>
       <entry>2016-03-11</entry>
-      <modified>2016-03-14</modified>
+      <modified>2016-08-09</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list