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 412bd32 commit dc02243Copy full SHA for dc02243
java/ql/src/utils/model-generator/CaptureSummaryModels.ql
@@ -180,7 +180,6 @@ class ParameterToReturnValueTaintConfig extends TaintTracking::Configuration {
180
181
override predicate isSource(DataFlow::Node source) {
182
exists(TargetAPI api |
183
- source instanceof DataFlow::ParameterNode and
184
api = source.asParameter().getCallable() and
185
isRelevantType(api.getReturnType()) and
186
isRelevantType(source.asParameter().getType())
0 commit comments