diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-14 03:17:16 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-14 03:17:16 +0000 |
commit | c06a91a73801a61296e506c9d50b7c8cb8155e18 (patch) | |
tree | af9dfc76eec0e7e63a8c978c0bf97fcc49518fa5 | |
parent | - fix 'd' typo in pkg-plist (diff) |
- Tweak nagios version information a bit for the command injection
vulnerability. Patches for net-mgmt/nagios and net-mgmt/nagios2 coming
shortly.
Notes
Notes:
svn path=/head/; revision=237746
-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 552aa4d38dd2..6097a28a357e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -152,7 +152,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>nagios</name> - <range><lt>3.1.1</lt></range> + <range><le>3.0.6_1</le></range> </package> <package> <name>nagios2</name> @@ -187,7 +187,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2009-05-29</discovery> <entry>2009-06-30</entry> - <modified>2009-07-01</modified> + <modified>2009-07-13</modified> </dates> </vuln> |