CodeQL tools¶
GitHub provides the CodeQL command-line interface and CodeQL for Visual Studio Code for performing CodeQL analysis on open source codebases. For information on the use cases for each tool, see “Running CodeQL queries.”
CodeQL command-line interface¶
The CodeQL command-line interface (CLI) is primarily used to create databases forsecurity research. You can also query CodeQL databases directly from the command lineor using the Visual Studio Code extension.The CodeQL CLI can be downloaded from “GitHub releases.”For more information, see “CodeQL CLI” and the “Change log.”
CodeQL packs¶
The standard CodeQL query and library packs(source)maintained by GitHub are:
For more information, see “About CodeQL packs.”
CodeQL bundle¶
The CodeQL bundle consists of the CodeQL CLI together with the standard CodeQL query and library packs maintained by GitHub. The bundle is used by the CodeQL action in GitHub to generate code scanning results. If you use an external CI system, you can download the bundle fromGitHub releases, generate code scanning results, and upload them to GitHub.
CodeQL for Visual Studio Code¶
You can analyze CodeQL databases in Visual Studio Code using the CodeQLextension, which provides an enhanced environment for writing and running customqueries and viewing the results. For more information, see “CodeQLfor Visual Studio Code.”