I’m recieving the following error when trying to retrive specfic information from the following source:
https://services.nvd.nist.gov/rest/json/cves/1.0/
I’m using the following JSONPath field to query the data.
$.result.CVE_Items[*].cve.CVE_data_meta.ID
This returns a Query error → Fields have different lengths.
If I run the same query using this link it works without any problems
JSONPath Online Evaluator - jsonpath.com
Any anybody advise on what I’m doing wrong or how I can resolve this please?