begin-codeql
install step by step
https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql.zip downnload the binary program
https://github.com/Semmle/ql download the library
install VScode and CodeQL extension
Create A Database
1 | codeql database create jstest --language=javascript |