You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CVE_JSON_4.0_min.schema, the affects element has been removed from the required properties.
"required": [ "data_type", "data_format", "data_version", "CVE_data_meta", "affects", > "problemtype", "references", "description" ],
This justify the exception on the first attempt to run:
Get a look at code and realize that to work with the new version it would need to parse the CPE string to get the information previously available into the affected.
from https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog:
This justify the exception on the first attempt to run:
The text was updated successfully, but these errors were encountered: