About

The important types of query are:

  • Alert queries: queries that highlight issues in specific locations in your code

  • Path queries: queries that describe the flow of information between a source and a sink in your code

You can add custom queries to CodeQL packs to analyze your projects with “Code scanning”, use them to analyze a database with the “CodeQL CLI,” or you can contribute to the standard CodeQL queries in our open source repository on GitHub.

Last updated