diff options
author | Stefan Bethke <stb@lassitu.de> | 2021-08-22 15:28:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-08-22 15:28:16 +0000 |
commit | 5557d0cea1e8b38f7f96b0a99195fc503e03d87b (patch) | |
tree | 6814217a5487d56194499a0a025f389be59d8a31 | |
parent | 5e5e6b9aab99f8ca1752703f6965f4f5459228f4 (diff) | |
download | ports-5557d0cea1e8b38f7f96b0a99195fc503e03d87b.tar.gz ports-5557d0cea1e8b38f7f96b0a99195fc503e03d87b.zip |
vuxml: Add entry for gitea < 1.15.0
PR: 257994
-rw-r--r-- | security/vuxml/vuln-2021.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index e4f4a9568585..a680cef46780 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,36 @@ + <vuln vid="d3180f02-031e-11ec-875f-0800273f11ea"> + <topic>gitea -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gitea</name> + <range><lt>1.15.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Gitea Team reports for release 1.15.0:</p> + <blockquote cite="https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/"> + <ul> + <li>Encrypt LDAP bind password in db with SECRET_KEY (#15547)</li> + <li>Remove random password in Dockerfiles (#15362)</li> + <li>Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606)</li> + <li>Correctly create of git-daemon-export-ok files (#16508) (#16514)</li> + <li>Don't show private user's repo in explore view (#16550) (#16554)</li> + <li>Update node tar dependency to 6.1.6 (#16622) (#16623)</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/go-gitea/gitea/releases/tag/v1.15.0</url> + <freebsdpr>ports/257994</freebsdpr> + </references> + <dates> + <discovery>2021-04-29</discovery> + <entry>2021-08-22</entry> + </dates> + </vuln> + <vuln vid="733afd81-01cf-11ec-aec9-0800273f11ea"> <topic>gitea -- multiple vulnerabilities</topic> <affects> |