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 dc02243 commit e6e52a3Copy full SHA for e6e52a3
java/ql/src/utils/model-generator/CaptureSummaryModels.ql
@@ -199,7 +199,6 @@ class ParameterToReturnValueTaintConfig extends TaintTracking::Configuration {
199
200
predicate paramFlowToReturnValueExists(Parameter p) {
201
exists(ParameterToReturnValueTaintConfig config, ReturnStmt rtn |
202
- rtn.getEnclosingCallable() = p.getCallable() and
203
config.hasFlow(DataFlow::parameterNode(p), DataFlow::exprNode(rtn.getResult()))
204
)
205
}
0 commit comments