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 de2d722 commit de4db29Copy full SHA for de4db29
java/lib/ghsl/Utils.qll
@@ -32,8 +32,7 @@ predicate isCallable(DataFlow::Node sink) { sink.asExpr() instanceof MethodCall
32
* Check if the source node is a method parameter.
33
*/
34
predicate checkSource(DataFlow::Node source) {
35
- // TODO: fix this
36
- source.asParameter() instanceof Parameter
+ exists(source.asParameter())
37
or
38
source.asExpr() instanceof MethodCall
39
}
0 commit comments