mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +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) ```