diff --git a/swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll b/swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll index 54c8370ed1d..f649f814ba1 100644 --- a/swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll +++ b/swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll @@ -207,10 +207,6 @@ module SourceSinkInterpretationInput implements ast = mid.asElement() and e.getMember() = ast | - // Allow fields to be picked as input nodes. - c = "" and - e.getBase() = n.asExpr() - or // Allow post update nodes to be picked as input nodes when the `input` column // of the row is `PostUpdate`. c = "PostUpdate" and