Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2025 12:51:25 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62f369ac25fa - main - security/vuxml: Fix entry
Message-ID:  <202503031251.523CpPnL026915@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62f369ac25fa39d1c5aae16242ea508f36f23702

commit 62f369ac25fa39d1c5aae16242ea508f36f23702
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-03-03 12:49:53 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-03-03 12:49:53 +0000

    security/vuxml: Fix entry
    
    Add missing </p> tag.
    
    Reported by:    dan@langille.org
    Fixes:          003195a3c754204bc61aaa39fea85fd62004b014
---
 security/vuxml/vuln/2025.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index b5008bde1e8a..86433409c8e4 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -30,7 +30,7 @@
 	  <h1>Impact</h1>
 	  <p>Impact is high but a user must be convinced to edit such a file
 	  using Vim which will reveal the filename, so a careful user may suspect
-	  some strange things going on.
+	  some strange things going on.</p>
 	</blockquote>
 	</body>
     </description>


home | help

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