diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-08 22:30:42 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-08 22:30:42 +0000 |
commit | 96677f674de0a496737a62abf22b9b3409054a2d (patch) | |
tree | d647498d31acedbc3beb7c0d87b23b4cc5eddd8f | |
parent | - Update to 0.3.1 (diff) |
- Limit emacs vulnerability to > 21.* and <= 22.2 instead of just <= 22.2
-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 83c58e12f7fc..cf5ca75bc148 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -19036,7 +19036,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>emacs</name> - <range><le>22.2_1</le></range> + <range><gt>21.*</gt><le>22.2_1</le></range> </package> </affects> <description> |