mirror of
https://github.com/github/codeql.git
synced 2026-02-21 09:23:40 +01:00
Most interesting to look at the custom sanitizers. Once we have use-use flow, we should handle this case: ``` s = TAINTED_STRING emulated_authentication_check(s) ensure_not_tainted(s) ```