svn commit: r467462 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Mon Apr 16 07:32:50 UTC 2018


Author: joneum
Date: Mon Apr 16 07:32:49 2018
New Revision: 467462
URL: https://svnweb.freebsd.org/changeset/ports/467462

Log:
  Add Blockquote
  
  pointy hat to joneum

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Apr 16 07:26:58 2018	(r467461)
+++ head/security/vuxml/vuln.xml	Mon Apr 16 07:32:49 2018	(r467462)
@@ -69,8 +69,10 @@ Notes:
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
 	<p>Drupal Security Team reports:</p>
-	<blockquote cite="INSERT URL HERE">
-	  <p>CVE-2018-7600: Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because of an issue affecting multiple subsystems with default or common module configurations.</p>
+	<blockquote cite="https://www.drupal.org/psa-2018-001">
+	  <p>CVE-2018-7600: Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, 
+	    and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because 
+	    of an issue affecting multiple subsystems with default or common module configurations.</p>
 	</blockquote>
       </body>
     </description>


More information about the svn-ports-head mailing list