go-cve-dictionary icon indicating copy to clipboard operation
go-cve-dictionary copied to clipboard

how to query ?

Open commandline-be opened this issue 3 years ago • 1 comments

downloading the respective CVE and CPE data is interesting, so is parsing them into an sqlite3 database

how can we actually query them in a sensible way ? i assumed through the server but this is just an API frontend

commandline-be avatar Oct 04 '21 15:10 commandline-be

Hi, @commandline-be

Please see the manual. https://github.com/vulsio/go-cve-dictionary#sample-data-sources

go-cve-dictionary server --debug-sql will display the actual SQL issued.

kotakanbe avatar Oct 07 '21 21:10 kotakanbe