cvebaser is a tool for interacting with cvebase/cvebase.com
data, built in Go.
cvebaser requires go1.15+ for installation.
GO111MODULE=on go get -u -v github.com/cvebase/cvebaser/cmd/cvebaser
Lint all files:
cvebaser lint -r <path to cvebase.com repo>
Lint files from a specific commit:
cvebaser lint -r <path to cvebase.com repo> -c <git commit hash>
Export all cvebase PoCs to json file:
cvebaser export -r <path to cvebase.com repo> -o pocs.json