diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-18 17:04:34 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-18 17:04:34 +0000 |
commit | 50eca2502c546b2c84eead5c94d913794bbd7ca6 (patch) | |
tree | c04522b28d0b91c54cc5927693946f105f8b1f90 | |
parent | c130004b70b14aeecfccabdf36668f5fe1d20cca (diff) | |
download | freebsd-ports-50eca2502c546b2c84eead5c94d913794bbd7ca6.zip |
security/vuxml: add vuxml entry for gitea
PR: 239930
Submitted by: stb@lassitu.de
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0be9689c6c47..e0c37b78a38c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3b2ee737-c12d-11e9-aabc-0800274e5f20"> + <topic>gitea -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gitea</name> + <range><lt>1.9.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Gitea Team reports:</p> + <blockquote cite="https://blog.gitea.io/2019/08/gitea-1.9.1-is-released/"> + <p>This release contains two security fixes, so we highly recommend updating.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blog.gitea.io/2019/08/gitea-1.9.1-is-released/</url> + <url>https://github.com/go-gitea/gitea/releases/tag/v1.9.1</url> + </references> + <dates> + <discovery>2019-07-31</discovery> + <entry>2019-07-31</entry> + </dates> + </vuln> + <vuln vid="d905b219-c1ca-11e9-8c46-0c9d925bbbc0"> <topic>xdm -- remote denial of service</topic> <affects> |