svn commit: r502719 - head/security/vuxml

Carlo Strub cs at FreeBSD.org
Sun May 26 13:45:34 UTC 2019


Author: cs
Date: Sun May 26 13:45:32 2019
New Revision: 502719
URL: https://svnweb.freebsd.org/changeset/ports/502719

Log:
  Add missing quote link

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun May 26 13:43:18 2019	(r502718)
+++ head/security/vuxml/vuln.xml	Sun May 26 13:45:32 2019	(r502719)
@@ -95,7 +95,7 @@ Notes:
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
 	<p>Mitre reports:</p>
-	<blockquote cite="">
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10053">
 	  <p>An issue was discovered in Suricata 4.1.x before 4.1.4. If the input of the function SSHParseBanner is composed only of a \n character, then the program runs into a heap-based buffer over-read. This occurs because the erroneous search for \r results in an integer underflow.</p>
 	</blockquote>
       </body>
@@ -107,6 +107,7 @@ Notes:
     <dates>
       <discovery>2019-03-15</discovery>
       <entry>2019-05-26</entry>
+      <modified>2019-05-26</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list