git: 37a0d38734d3 - main - security/vuxml: Fix libxml2 CVE-2025-32414 entry

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 31 May 2025 17:37:09 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37a0d38734d340aacbef9ea41cf3b95b57f21db2

commit 37a0d38734d340aacbef9ea41cf3b95b57f21db2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-31 17:33:53 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-31 17:34:06 +0000

    security/vuxml: Fix libxml2 CVE-2025-32414 entry
    
    xmlsoft is the vendor name, replace it with libxml2
    For some reason it go picked up while adding the this entry
    
    Reported by:    fernape
---
 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 1cd062837b12..62063d41b6e1 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -2,7 +2,7 @@
     <topic>libxml2 -- Out-of-bounds memory access</topic>
     <affects>
       <package>
-	<name>xmlsoft</name>
+	<name>libxml2</name>
 	<range><lt>2.14.2</lt></range>
       </package>
     </affects>