Open mir-am opened 2 years ago
Currently, GHParser uses GH GraphQL to get vulnerability data. This can be slow due to the API rate limit. A better alternative way is to get vulnerabilities directly from GH Advisory repository here.
GHParser
Currently,
GHParser
uses GH GraphQL to get vulnerability data. This can be slow due to the API rate limit. A better alternative way is to get vulnerabilities directly from GH Advisory repository here.