diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-13 15:02:29 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-13 15:02:29 +0000 |
commit | 444f48a7b27c1a022e81d93fa2d64a084b84b568 (patch) | |
tree | 3204d8b1453918db10693414923b0fc7a5ba46a0 | |
parent | benchmarks/sipp: Fix stage-QA and restore curses support (diff) |
replace wildcard in range with a specific version
Reported by: matthew
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9158
-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 833cab768f91..060ea2503e2f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -63,7 +63,7 @@ Notes: <affects> <package> <name>ansible</name> - <range><gt>1.9.*</gt><lt>2.2.0.0_2</lt></range> + <range><gt>1.9.6_1</gt><lt>2.2.0.0_2</lt></range> </package> </affects> <description> |