diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-21 16:16:39 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-21 16:20:13 +0000 |
commit | 9dc61dc24711b7ffab85e219ac0bcb831005d85d (patch) | |
tree | 8b9fdb40dff1d168cf8563ba1a47479c1ed26dba | |
parent | 06db822cb4f378dba461597f0922463fd9bf4a1c (diff) |
security/vuxml: Fix 'make validate'
While here, remove hyperlinks to simplify, they can be accessed through
the report's url.
-rw-r--r-- | security/vuxml/vuln.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 25ae8196ec9b..949dd1cffba7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -89,10 +89,12 @@ Notes: <p>The Gitea Team reports for release 1.14.3:</p> <blockquote cite="https://blog.gitea.io/2021/06/gitea-1.14.3-is-released/"> <ul> - <li>Encrypt migration credentials at rest (<a href="https://github.com/go-gitea/gitea/pull/15895">#15895</a>) (<a href="https://github.com/go-gitea/gitea/pull/16187">#16187</a>)</li> - <li>Only check access tokens if they are likely to be tokens (<a href="https://github.com/go-gitea/gitea/pull/16164">#16164</a>) (<a href="https://github.com/go-gitea/gitea/pull/16171">#16171</a>)</li> - <li>Add missing SameSite settings for the i_like_gitea cookie (<a href="https://github.com/go-gitea/gitea/pull/16037">#16037</a>) (<a href="https://github.com/go-gitea/gitea/pull/16039">#16039</a>)</li> - <li>Fix setting of SameSite on cookies (<a href="https://github.com/go-gitea/gitea/pull/15989">#15989</a>) (<a href="https://github.com/go-gitea/gitea/pull/15991">#15991</a>)</li> + <li>Encrypt migration credentials at rest (#15895) (#16187)</li> + <li>Only check access tokens if they are likely to be tokens + (#16164) (#16171)</li> + <li>Add missing SameSite settings for the i_like_gitea cookie + (#16037) (#16039)</li> + <li>Fix setting of SameSite on cookies (#15989) (#15991)</li> </ul> </blockquote> </body> |