We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58643 commit e44f181Copy full SHA for e44f181
python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll
@@ -182,6 +182,7 @@ class ParameterNode extends CfgNode {
182
ParameterNode() {
183
node = def.getDefiningNode() and
184
// Disregard parameters that we cannot resolve
185
+ // TODO: Make this unnecessary
186
exists(DataFlowCallable c | node = c.getParameter(_))
187
}
188
0 commit comments