Skip to content

Commit

Permalink
security/vuxml: add 2024 entity
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaeps committed Jan 2, 2024
1 parent 57e0113 commit 4c4ab6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions security/vuxml/files/tidy.xsl
Expand Up @@ -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 />
Expand Down
4 changes: 3 additions & 1 deletion security/vuxml/vuln.xml
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4c4ab6b

Please sign in to comment.