Skip to content
/ zn2021 Public

CodeQL snippets for ZeroNights 2021 "Company wide SAST" presentation.

Notifications You must be signed in to change notification settings

japroc/zn2021

Repository files navigation

zn2021

CodeQL snippets for ZeroNights 2021 "Company wide SAST" presentation. Link to program: https://zeronights.ru/en/reports-en/company-wide-sast/

javascript-taint-fails-on-middlware

Example of javascript app when taint tracking fails on data flow through request context.
There are also two example queries that find xss in that project.
And also codeql library that extend all queries to taint flow through request context.

extend-standard-library

This is and example how to extend standard library with custom queries and libraries.
It duplicates the structure of original repository https://github.com/github/codeql.
The main idea of extending standard library is to create custom library and import it in Customizations.qll.
To extend query suite with custom queries, add new qls file to codeql-suites folder.

python-taint-fails-on-class-attr

This example shows that TypeTracking fails on tracking through class self's attribute assignments on sql.
To workaround this drawback replace standard codeql/python/ql/src/semmle/python/frameworks/PEP249.qll implementation.
Also copy custom predicate to codeql/python/ql/src/semmle/python/SelfAttribute.qll file.

About

CodeQL snippets for ZeroNights 2021 "Company wide SAST" presentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published