Home

Awesome

Custom CodeQL Query Example

This repo shows how to create a CodeQL query to find references to shutil.rmtree.

Steps

  1. Install VSCode CodeQL extension using this guide

  2. Clone the core libs repo https://github.com/github/codeql and add it to the VSCode workspace

  3. Create a database of your code