diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-15 08:18:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-15 08:18:21 +0000 |
commit | 9fb10a5d3e3183ce654c4eb2b5fca1b01382b8e0 (patch) | |
tree | 6489d6b615cbc608edbf6ce24faf1fc91dce24b1 /security/vuxml/vuln.xml | |
parent | b6bcb750509d2a74e42d3864de1ff17066c6b9c5 (diff) |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0a1dab459fe2..e675cc3e147a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -41,6 +41,14 @@ Note: Please add new entries to the beginning of this file. <name>tomcat55</name> <range><gt>5.5.0</gt><lt>5.5.32</lt></range> </package> + <package> + <name>tomcat6</name> + <range><gt>6.0.0</gt><lt>6.0.30</lt></range> + </package> + <package> + <name>tomcat7</name> + <range><gt>7.0.0</gt><lt>7.0.6</lt></range> + </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> @@ -55,6 +63,9 @@ Note: Please add new entries to the beginning of this file. </description> <references> <cvename>CVE-2011-0013</cvename> + <url>http://tomcat.apache.org/security-5.html#Fixed_in_Apache_Tomcat_5.5.32</url> + <url>http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.30</url> + <url>http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.6</url> </references> <dates> <discovery>2010-11-12</discovery> |