-
As far as I read the LICENSE of CodeQL, generating CodeQL database is only allowed for or during automated analysis, CI or CD. In this context, is it allowed to generate CodeQL databases if we write a script to automatically analyse several OSS codebases for bug hunting or other purposes? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
As far as I can tell, as long as you are only analysing OSS codebases, then it's perfectly fine to use the CodeQL CLI to generate new databases (e.g. if you want to analyse a historic commit that contained a known vulnerability). If you're using CodeQL for bug hunting, you may also want to join the GitHub Security Lab Slack instance. |
Beta Was this translation helpful? Give feedback.
As far as I can tell, as long as you are only analysing OSS codebases, then it's perfectly fine to use the CodeQL CLI to generate new databases (e.g. if you want to analyse a historic commit that contained a known vulnerability).
If you're using CodeQL for bug hunting, you may also want to join the GitHub Security Lab Slack instance.