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 4178002 commit d0617efCopy full SHA for d0617ef
python/ql/src/Expressions/UseofApply.ql
@@ -13,6 +13,5 @@ import python
13
private import semmle.python.types.Builtins
14
15
from CallNode call, ControlFlowNode func
16
-where
17
-major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
18
-select call, "Call to the obsolete builtin function 'apply'."
+where major_version() = 2 and call.getFunction() = func and func.pointsTo(Value::named("apply"))
+select call, "Call to the obsolete builtin function 'apply'."
0 commit comments