Slide 25
Slide 25 text
Case Study: Bug found using CodeQL
● Downloaded JS on top pages of Google, FB, and some private programs.
● Created a database with CodeQL.
codeql database create --language=javascript --source-root database vulnerable_db
/
● Run the Query on DB
codeql query run --database=./vulnerable_db ../pp-automation/learn.ql