go-cve-dictionary
go-cve-dictionary copied to clipboard
how to query ?
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
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.