package
0.1.5
Repository: https://github.com/detectify/nvdtools.git
Documentation: pkg.go.dev

# README

snyk2nvd

snyk2nvd downloads the vulnerability data from Snyk and converts it into NVD format. The resulting file can be used as a feed in cpe2cve processor

Example: download all vulnerabilities and convert them

SNYK_ID=id SNYK_READONLY_KEY=key ./snyk2nvd -download > snyk.json
./snyk2nvd -convert -language=golang snyk.json > snyk_golang.json
./snyk2nvd -convert -language=python snyk.json > snyk_python.json
...

# Functions

No description provided by the author
No description provided by the author