CVE-2017-14158 affecting scrapy in versions: 0-2.13.3
checked with: curl -s https://api.osv.dev/v1/vulns/CVE-2017-14158 | jq .
results:
"events": [ { "introduced": "0" }, { "last_affected": "5f69ec98f70e1e1e5f65fb36eb1cfb23d0be5b45" } ]
Therefore, I would expect for querying 2.14.0 to be not vulnerable, however when I query I get a different range: [0.7,]
curl -s https://api.osv.dev/v1/query \ -H 'Content-Type: application/json' \ -d '{ "package": {"name": "scrapy", "ecosystem": "PyPI"}, "version": "2.14" }' | jq .
results:
"events": [ { "introduced": "0.7" } ]
It is hard for me to understand from that, which versions are vulnerable for srapy and which are not.