svn commit: r523613 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Mon Jan 20 11:07:30 UTC 2020


Author: joneum
Date: Mon Jan 20 11:07:29 2020
New Revision: 523613
URL: https://svnweb.freebsd.org/changeset/ports/523613

Log:
  Add entry for www/gitea
  
  PR:		243437
  Reported by:	stb at lassitu.de
  Sponsored by:	Netzkommune GmbH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jan 20 10:27:39 2020	(r523612)
+++ head/security/vuxml/vuln.xml	Mon Jan 20 11:07:29 2020	(r523613)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a512a412-3a33-11ea-af63-0800274e5f20">
+    <topic>gitea -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.10.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Gitea Team reports:</p>
+	<blockquote cite="https://github.com/go-gitea/gitea/releases/tag/v1.10.3">
+	  <ul>
+	    <li>Hide credentials when submitting migration</li>
+	    <li>Never allow an empty password to validate</li>
+	    <li>Prevent redirect to Host</li>
+	    <li>Hide public repos owned by private orgs</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/releases/tag/v1.10.3</url>
+      <freebsdpr>ports/243437</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2019-11-22</discovery>
+      <entry>2020-01-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a6cf65ad-37d2-11ea-a1c7-b499baebfeaf">
     <topic>MySQL -- Multiple vulerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list