Skip to content

purs3lab/codeql_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published