diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-07-31 20:00:23 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-07-31 20:00:23 +0800 |
commit | 3f9f2d850baf0ca14b8b77c59ead389687fac045 (patch) | |
tree | e70a40cc025261eafbafc5a58ce7cd2837922250 /security | |
parent | 5aef67bde7934652bd61973dccfda892c13ee26a (diff) | |
download | freebsd-ports-graphics-3f9f2d850baf0ca14b8b77c59ead389687fac045.tar.gz freebsd-ports-graphics-3f9f2d850baf0ca14b8b77c59ead389687fac045.tar.zst freebsd-ports-graphics-3f9f2d850baf0ca14b8b77c59ead389687fac045.zip |
Previous vuln affects only apache-2.2.x
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 81db8d07aa7..15b92551e6a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -74,7 +74,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>apache</name> - <range><lt>2.2.16</lt></range> + <range><ge>2.2.0</ge><lt>2.2.16</lt></range> </package> </affects> <description> |