svn commit: r465926 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 29 20:16:19 UTC 2018


Author: sunpoet
Date: Thu Mar 29 20:16:18 2018
New Revision: 465926
URL: https://svnweb.freebsd.org/changeset/ports/465926

Log:
  Fix space/tab to pet "make validate"

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Mar 29 20:12:42 2018	(r465925)
+++ head/security/vuxml/vuln.xml	Thu Mar 29 20:16:18 2018	(r465926)
@@ -352,13 +352,13 @@ Notes:
 	<blockquote cite="https://about.gitlab.com/2018/03/20/critical-security-release-gitlab-10-dot-5-dot-6-released/">
 	  <h1>SSRF in services and web hooks</h1>
 	  <p>There were multiple server-side request forgery issues in the Services feature.
-             An attacker could make requests to servers within the same network of the GitLab
-             instance. This could lead to information disclosure, authentication bypass, or
-             potentially code execution. This issue has been assigned
-             <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8801">CVE-2018-8801</a>.</p>
+	    An attacker could make requests to servers within the same network of the GitLab
+	    instance. This could lead to information disclosure, authentication bypass, or
+	    potentially code execution. This issue has been assigned
+	    <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8801">CVE-2018-8801</a>.</p>
 	  <h1>Gitlab Auth0 integration issue</h1>
 	  <p>There was an issue with the GitLab <code>omniauth-auth0</code> configuration
-             which resulted in the Auth0 integration signing in the wrong users.</p>
+	    which resulted in the Auth0 integration signing in the wrong users.</p>
 	</blockquote>
       </body>
     </description>


More information about the svn-ports-all mailing list