Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.05 KB

Codeql training

Install codeqlcli

wget https://github.com/github/codeql-action/releases/download/codeql-bundle-20220923/codeql-bundle-linux64.tar.gz
tar -xvzf ./codeql-bundle-linux64.tar.gz

then

Add /<extraction-root>/codeql to the PATH

Follow instructions here

Install VSCode extension

Follow instructions here

(You mat have to chnage the path of codeql to the one you extracted: refer here)

Creating CodeQL DB

codeql database create <database_dir> --overwrite --language=cpp

Download CodeQL packs

codeql pack download codeql/cpp-queries