mirror of
https://github.com/github/codeql.git
synced 2026-01-24 11:52:56 +01:00
In addition to treating comparisons with literals as sanitisers, we now also treat comparisons with variables that have a single assignment as sanitisers. Proving that such a variable is actually a constant is not easy, but for this use case a simple approximation works fine.