Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2021 16:22:02 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9dc61dc24711 - main - security/vuxml: Fix 'make validate'
Message-ID:  <202106211622.15LGM2vh017984@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9dc61dc24711b7ffab85e219ac0bcb831005d85d

commit 9dc61dc24711b7ffab85e219ac0bcb831005d85d
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-06-21 16:16:39 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-06-21 16:20:13 +0000

    security/vuxml: Fix 'make validate'
    
    While here, remove hyperlinks to simplify, they can be accessed through
    the report's url.
---
 security/vuxml/vuln.xml | 10 ++++++----
 1 file 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106211622.15LGM2vh017984>