svn commit: r559841 - head/security/vuxml

Adam Weinberger adamw at FreeBSD.org
Fri Jan 1 16:05:46 UTC 2021


Author: adamw
Date: Fri Jan  1 16:05:45 2021
New Revision: 559841
URL: https://svnweb.freebsd.org/changeset/ports/559841

Log:
  security/vuxml: Add entry for gitea < 1.13.1
  
  PR:		252310
  Submitted by:	maintainer

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan  1 15:35:49 2021	(r559840)
+++ head/security/vuxml/vuln.xml	Fri Jan  1 16:05:45 2021	(r559841)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="2739b88b-4b88-11eb-a4c0-08002734b9ed">
+    <topic>gitea -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.13.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Gitea Team reports for release 1.13.1:</p>
+	<blockquote cite="https://blog.gitea.io/2020/12/gitea-1.13.1-is-released/">
+	  <ul>
+	    <li>Hide private participation in Orgs</li>
+	    <li>Fix escaping issue in diff</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/releases/tag/v1.13.1</url>
+      <freebsdpr>ports/252310</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2020-12-15</discovery>
+      <entry>2020-12-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="53e9efa1-4be7-11eb-8558-3085a9a47796">
     <topic>InspIRCd websocket module double free vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list