diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-08-08 16:48:21 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-08-08 16:48:21 +0000 |
commit | 1c8feb1a3fd41782660f5439357efe8a9519c625 (patch) | |
tree | 0942b5ccef8540ed96446974f1f66fc3c456c502 | |
parent | Fails to build on 10 i386: (diff) |
Update sqlite3 vuxml entry
The lower bound was incorrect. It has existed much longer than 3.17.0.
Notes
Notes:
svn path=/head/; revision=447547
-rw-r--r-- | security/vuxml/vuln.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 49f9878c04e1..b5316b48334e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -63,7 +63,7 @@ Notes: <affects> <package> <name>sqlite3</name> - <range><ge>3.17.0</ge><lt>3.20.0</lt></range> + <range><lt>3.20.0</lt></range> </package> </affects> <description> @@ -82,6 +82,7 @@ Notes: <dates> <discovery>2017-08-08</discovery> <entry>2017-08-08</entry> + <modified>2017-08-08</modified> </dates> </vuln> |