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.
API::CallNode
1 parent a0f8e2f commit ba8d73cCopy full SHA for ba8d73c
python/ql/src/Security/CWE-079/Jinja2WithoutEscaping.ql
@@ -37,7 +37,7 @@ DataFlow::Node getAutoEscapeParameter(DataFlow::CallCfgNode call) {
37
result = call.getArgByName("autoescape")
38
}
39
40
-from DataFlow::CallCfgNode call
+from API::CallNode call
41
where
42
call = jinja2EnvironmentOrTemplate().getACall() and
43
not exists(call.asCfgNode().(CallNode).getNode().getStarargs()) and
0 commit comments