diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-05-13 09:12:02 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-05-13 09:12:02 +0000 |
commit | 4157801da8319e4350fe0806822dc888d9592477 (patch) | |
tree | 8e236d3fccb80e6250e74e5fb8352acebdc4e743 | |
parent | Upgrade to 0.3.7. (diff) |
Updated tomcat entry (CVE-2010-1157) with fixed version information.
This makes sure that the correct older versions are marked vulnerable
Approved by: itetcu (mentor, implicit)
Security: http://www.vuxml.org/freebsd/3383e706-4fc3-11df-83fb-0015587e2cc1.html
Notes
Notes:
svn path=/head/; revision=254256
-rw-r--r-- | security/vuxml/vuln.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c009a761780d..437efd212f10 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -332,8 +332,8 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>tomcat</name> - <range><gt>5.5.0</gt><le>5.5.28_*</le></range> - <range><gt>6.0.0</gt><le>6.0.24</le></range> + <range><gt>5.5.0</gt><lt>5.5.30</lt></range> + <range><gt>6.0.0</gt><lt>6.0.27</lt></range> </package> </affects> <description> |