mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
We don't (yet) properly sanitize taint in cases like this
foo = "A" unless foo == "B"
So for now, use a simpler guard in the SQL injection test.
We can resurrect the old, more idiomatic guard when we can support it.