Created attachment 166302 [details] patch Testbuilds 11a, 10.2a+i, 9.3a are OK. vuln.xml file has a bug, too. --- vuln.xml.orig 2016-01-30 15:53:03.521228000 +0100 +++ vuln.xml 2016-01-30 15:53:07.036119000 +0100 @@ -608,8 +608,7 @@ <affects> <package> <name>curl</name> - <range><ge>7.10.0</ge></range> - <range><lt>7.47.0</lt></range> + <range><ge>7.10.0</ge><lt>7.47.0</lt></range> </package> </affects> <description>
@Kurt, can you attach this at bug 206756 please *** This bug has been marked as a duplicate of bug 206756 ***
Created attachment 166305 [details] patch This fixes the vuxml range error for ftp/curl
Reuse the PR for the vuxml bug.
Fixed in r407535.