diff options
author | Philip Paeps <philip@FreeBSD.org> | 2024-01-02 06:11:09 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2024-01-02 06:11:09 +0000 |
commit | 4c4ab6b76e9dfd11879f578eb8a30a5e744f1704 (patch) | |
tree | ab6db6d56b5731650600ec527f29a2fceec8178a | |
parent | 57e0113c6b28447fa16ee041f61253f2d6ce266f (diff) |
security/vuxml: add 2024 entity
-rw-r--r-- | security/vuxml/files/tidy.xsl | 1 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/vuxml/files/tidy.xsl b/security/vuxml/files/tidy.xsl index 2c75e903630c..41f3532cf1e3 100644 --- a/security/vuxml/files/tidy.xsl +++ b/security/vuxml/files/tidy.xsl @@ -46,6 +46,7 @@ result in more namespace declarations than we wish. <!ENTITY vuln-2021 SYSTEM "vuln/2021.xml"> <!ENTITY vuln-2022 SYSTEM "vuln/2022.xml"> <!ENTITY vuln-2023 SYSTEM "vuln/2023.xml"> +<!ENTITY vuln-2024 SYSTEM "vuln/2024.xml"> ]> ]]></xsl:text> <xsl:apply-templates /> diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index db74fc745032..6fd3b10b8c3c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -21,9 +21,10 @@ <!ENTITY vuln-2021 SYSTEM "vuln/2021.xml"> <!ENTITY vuln-2022 SYSTEM "vuln/2022.xml"> <!ENTITY vuln-2023 SYSTEM "vuln/2023.xml"> +<!ENTITY vuln-2024 SYSTEM "vuln/2024.xml"> ]> <!-- -Copyright 2003-2023 Jacques Vidrine and contributors +Copyright 2003-2024 Jacques Vidrine and contributors Redistribution and use in source (VuXML) and 'compiled' forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without modification, @@ -79,6 +80,7 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> +&vuln-2024; &vuln-2023; &vuln-2022; &vuln-2021; |