svn commit: r569083 - head/security/vuxml

Adam Weinberger adamw at FreeBSD.org
Wed Mar 24 03:15:10 UTC 2021


Author: adamw
Date: Wed Mar 24 03:15:09 2021
New Revision: 569083
URL: https://svnweb.freebsd.org/changeset/ports/569083

Log:
  security/vuxml: Add entry for gitea < 1.13.6
  
  PR:		254515
  Submitted by:	maintainer

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Mar 24 03:06:53 2021	(r569082)
+++ head/security/vuxml/vuln.xml	Wed Mar 24 03:15:09 2021	(r569083)
@@ -78,6 +78,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c4d2f950-8c27-11eb-a3ae-0800278d94f0">
+    <topic>gitea -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.13.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Gitea Team reports for release 1.13.6:</p>
+	<blockquote cite="https://blog.gitea.io/2021/03/gitea-1.13.6-is-released/">
+	  <ul>
+	    <li>Fix bug on avatar middleware</li>
+	    <li>Fix another clusterfuzz identified issue</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/releases/tag/v1.13.5</url>
+      <freebsdpr>ports/254515</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2021-03-21</discovery>
+      <entry>2021-03-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1431a25c-8a70-11eb-bd16-0800278d94f0">
     <topic>gitea -- quoting in markdown text</topic>
     <affects>


More information about the svn-ports-head mailing list