1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE vuxml PUBLIC "-//vuxml.org//DTD VuXML 1.1//EN" "http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd" [
3<!ENTITY vuln-2003 SYSTEM "vuln/2003.xml">
4<!ENTITY vuln-2004 SYSTEM "vuln/2004.xml">
5<!ENTITY vuln-2005 SYSTEM "vuln/2005.xml">
6<!ENTITY vuln-2006 SYSTEM "vuln/2006.xml">
7<!ENTITY vuln-2007 SYSTEM "vuln/2007.xml">
8<!ENTITY vuln-2008 SYSTEM "vuln/2008.xml">
9<!ENTITY vuln-2009 SYSTEM "vuln/2009.xml">
10<!ENTITY vuln-2010 SYSTEM "vuln/2010.xml">
11<!ENTITY vuln-2011 SYSTEM "vuln/2011.xml">
12<!ENTITY vuln-2012 SYSTEM "vuln/2012.xml">
13<!ENTITY vuln-2013 SYSTEM "vuln/2013.xml">
14<!ENTITY vuln-2014 SYSTEM "vuln/2014.xml">
15<!ENTITY vuln-2015 SYSTEM "vuln/2015.xml">
16<!ENTITY vuln-2016 SYSTEM "vuln/2016.xml">
17<!ENTITY vuln-2017 SYSTEM "vuln/2017.xml">
18<!ENTITY vuln-2018 SYSTEM "vuln/2018.xml">
19<!ENTITY vuln-2019 SYSTEM "vuln/2019.xml">
20<!ENTITY vuln-2020 SYSTEM "vuln/2020.xml">
21<!ENTITY vuln-2021 SYSTEM "vuln/2021.xml">
22<!ENTITY vuln-2022 SYSTEM "vuln/2022.xml">
23<!ENTITY vuln-2023 SYSTEM "vuln/2023.xml">
24<!ENTITY vuln-2024 SYSTEM "vuln/2024.xml">
25<!ENTITY vuln-2025 SYSTEM "vuln/2025.xml">
26]>
27<!--
28Copyright 2003-2025 Jacques Vidrine and contributors
29
30Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
31HTML, PDF, PostScript, RTF and so forth) with or without modification,
32are permitted provided that the following conditions are met:
331. Redistributions of source code (VuXML) must retain the above
34   copyright notice, this list of conditions and the following
35   disclaimer as the first lines of this file unmodified.
362. Redistributions in compiled form (transformed to other DTDs,
37   published online in any format, converted to PDF, PostScript,
38   RTF and other formats) must reproduce the above copyright
39   notice, this list of conditions and the following disclaimer
40   in the documentation and/or other materials provided with the
41   distribution.
42
43THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
44AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
45THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
46PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
47BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
48OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
49OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
50BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
51WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
52OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
53EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54
55
56QUICK GUIDE TO ADDING A NEW ENTRY
57
581. run 'make newentry' to add a template to the top of the document
592. fill in the template
603. use 'make validate' to verify syntax correctness (you might need to install
61   textproc/libxml2 for parser, and this port for catalogs)
624. fix any errors
635. use 'make VID=xxx-yyy-zzz html' to emit the entry's html file for formatting review
646. profit!
65
66Additional tests can be done this way:
67 $ make vuln-flat.xml
68 $ pkg audit -f ./vuln-flat.xml py26-django-1.6
69 $ pkg audit -f ./vuln-flat.xml py27-django-1.6.1
70
71Notes:
72
73  * Please add new entries to the beginning of the current year's file.
74  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
75-->
76<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
77&vuln-2025;
78&vuln-2024;
79&vuln-2023;
80&vuln-2022;
81&vuln-2021;
82&vuln-2020;
83&vuln-2019;
84&vuln-2018;
85&vuln-2017;
86&vuln-2016;
87&vuln-2015;
88&vuln-2014;
89&vuln-2013;
90&vuln-2012;
91&vuln-2011;
92&vuln-2010;
93&vuln-2009;
94&vuln-2008;
95&vuln-2007;
96&vuln-2006;
97&vuln-2005;
98&vuln-2004;
99&vuln-2003;</vuxml>
100<!-- EOF -->
101<!-- Note:  Please add new entries to the beginning of this file. -->
102<!-- ex: set ts=8 tw=80 sw=2: -->
103<!-- vim: set softtabstop=2 noexpandtab: -->
104