About 26,600 results
Open links in new tab
  1. GitHub - CodeQL

    Search GitHub.com for an open source project you want to research. Download and add the project’s CodeQL database to VS Code using these instructions, or create a CodeQL …

  2. CodeQL documentation - GitHub

    Experiment and learn how to write effective and efficient queries for CodeQL databases generated from the languages supported in CodeQL analysis...

  3. About CodeQL - GitHub

    For information on the CodeQL toolchain and on running CodeQL to analyze a codebase, see the CodeQL CLI, CodeQL for Visual Studio Code, and About code scanning with CodeQL in the …

  4. CodeQL overview - GitHub

    CodeQL tools: GitHub provides the CodeQL command-line interface and CodeQL for Visual Studio Code for performing CodeQL analysis on open source codebases. CodeQL glossary: …

  5. CodeQL tools - GitHub

    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 …

  6. About CodeQL queries - GitHub

    To view the standard CodeQL queries, or to try out other examples, visit the CodeQL repository on GitHub. You can also find examples of queries developed to find security vulnerabilities and …

  7. Introduction to QL — CodeQL - GitHub

    You can use the CodeQL template (beta) in GitHub Codespaces to try out the QL concepts and programming-language-agnostic examples in these tutorials. The template includes a guided …

  8. Running CodeQL queries — CodeQL - codeql.github.com

    The easiest way to run the standard CodeQL queries on a repository hosted on the GitHub platform is to enable code scanning with CodeQL (this requires GitHub Actions to be enabled).

  9. Writing CodeQL queries - GitHub

    QL tutorials: Solve puzzles to learn the basics of QL before you analyze code with CodeQL. The tutorials teach you how to write queries and introduce you to key logic concepts along the way.

  10. CodeQL queries - GitHub

    Providing locations in CodeQL queries: CodeQL includes mechanisms for extracting the location of elements in a codebase. Use these mechanisms when writing custom CodeQL queries and …