svn commit: r475523 - head/security/vuxml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 28 11:43:53 UTC 2018
Author: sunpoet
Date: Sat Jul 28 11:43:51 2018
New Revision: 475523
URL: https://svnweb.freebsd.org/changeset/ports/475523
Log:
Fix version range of curl vulnerability
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat Jul 28 11:43:46 2018 (r475522)
+++ head/security/vuxml/vuln.xml Sat Jul 28 11:43:51 2018 (r475523)
@@ -342,7 +342,7 @@ Notes:
<affects>
<package>
<name>curl</name>
- <range><lt>7.61.0</lt></range>
+ <range><ge>7.54.1</ge><lt>7.61.0</lt></range>
</package>
</affects>
<description>
@@ -360,6 +360,7 @@ Notes:
<dates>
<discovery>2018-07-11</discovery>
<entry>2018-07-27</entry>
+ <modified>2018-07-28</modified>
</dates>
</vuln>
More information about the svn-ports-all
mailing list