git: 5956d64dc65f - main - security/vuxml: add missing xmlns to body tag of

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Sat, 13 May 2023 21:11:54 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5956d64dc65f8f5d0e83b258fc360b79757572c4

commit 5956d64dc65f8f5d0e83b258fc360b79757572c4
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-05-13 21:08:37 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-05-13 21:11:47 +0000

    security/vuxml: add missing xmlns to body tag of
    
    2023's vuln entry 8e20430d-a72b-11ed-a04f-40b034455553
    (MinIO admin user creation from unprivileged account, CVE-2022-24842)
    
    This fixes vxquery complaints (the line number might differ
    depending on how many entries we've added to vuln/2023.xml):
    
    Parsing failed @ line 4675:
    Expected element in XHTML namespace.
---
 security/vuxml/vuln/2023.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 1b2b661f3547..cb20ced9aa83 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -4591,7 +4591,7 @@
       </package>
     </affects>
     <description>
-      <body>
+      <body xmlns="http://www.w3.org/1999/xhtml">
 	<p>MinIO reports:</p>
 	<blockquote cite="https://github.com/minio/minio/security/advisories/GHSA-2j69-jjmg-534q">
 	  <p>