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 ... Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files snyk2nvd.go Click to show internal directories. Click to hide internal directories.