We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d369b commit 31a246bCopy full SHA for 31a246b
1 file changed
swift/ql/lib/codeql/swift/dataflow/internal/FlowSummaryImpl.qll
@@ -207,10 +207,6 @@ module SourceSinkInterpretationInput implements
207
ast = mid.asElement() and
208
e.getMember() = ast
209
|
210
- // Allow fields to be picked as input nodes.
211
- c = "" and
212
- e.getBase() = n.asExpr()
213
- or
214
// Allow post update nodes to be picked as input nodes when the `input` column
215
// of the row is `PostUpdate`.
216
c = "PostUpdate" and
0 commit comments