mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
190
This commit is contained in:
@@ -199,7 +199,6 @@ class ParameterToReturnValueTaintConfig extends TaintTracking::Configuration {
|
||||
|
||||
predicate paramFlowToReturnValueExists(Parameter p) {
|
||||
exists(ParameterToReturnValueTaintConfig config, ReturnStmt rtn |
|
||||
rtn.getEnclosingCallable() = p.getCallable() and
|
||||
config.hasFlow(DataFlow::parameterNode(p), DataFlow::exprNode(rtn.getResult()))
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user