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.
GuardedDataFlowNode
TaintedPath.qll