Date: Sun, 22 Aug 2021 15:28:50 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5557d0cea1e8 - main - vuxml: Add entry for gitea < 1.15.0 Message-ID: <202108221528.17MFSoul031767@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=5557d0cea1e8b38f7f96b0a99195fc503e03d87b commit 5557d0cea1e8b38f7f96b0a99195fc503e03d87b Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2021-08-22 15:28:16 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-08-22 15:28:16 +0000 vuxml: Add entry for gitea < 1.15.0 PR: 257994 --- security/vuxml/vuln-2021.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108221528.17MFSoul031767>