AppThreat / vulnerability-db

Vulnerability database and package search for sources such as Linux, OSV, NVD, GitHub and npm. Powered by sqlite, CVE 5.0, purl, and vers.
MIT License
93 stars 22 forks source link

Support GHE #19

Closed rofafor closed 3 years ago

rofafor commented 3 years ago

This adds support for GitHub Enterprise instances. The extra check is just to avoid database hickups as GitHub returns sometimes non-existent nodes.

This is required by: https://github.com/ShiftLeftSecurity/sast-scan/pull/344