mirror of
https://github.com/github/codeql.git
synced 2026-01-22 02:44:45 +01:00
Ternary conditionals `b ? x : y` mistakenly had taint-tracking steps from both `b`, `x`, and `y` to the conditional expression itself. Flow from `b` was not intented, and flow from `x` and `y` is already part of ordinary data flow.