mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
In 2019, the JSON vulnerability feeds switched their schema from version 1.0 to 1.1. The main difference is the removal of the "affects" element that we were using to check if a package was affected by a CVE. This information is now available in the "configuration" element which contains the cpeid as well as properties about the versions affected. Instead of having a list of the versions affected, with these properties, it is possible to have a range of versions. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>