Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

To run the queries in this repository:

  1. Click the green "Code" button > Codespaces > Create a codespace on main. A new codespace will be created for you with VS Code CodeQL extension preinstalled.
  2. When the codespace finishes setting up, press Ctrl/CMD + Shift + P and type CodeQL: Install Pack Dependencies. Choose the queries you are interested in from the dropdown and press OK. This will install the CodeQL library files required to run the CodeQL queries.
  3. Press Ctrl/Cmd + Shift + R to reload the window to see syntax highlighting etc.
  4. Check the README in the folder with the query you are interested in, and add the database listed in the README to your VS Code CodeQL extension.
  5. Open the query file you are interested in, right-click and choose CodeQL: Run Query on selected database from the dropdowns.