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.
source
sink
1 parent ab276fc commit ce8a20cCopy full SHA for ce8a20c
java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll
@@ -70,7 +70,7 @@ abstract class Configuration extends string {
70
/**
71
* Holds if `sink` is a relevant data flow sink accepting `state`.
72
*/
73
- predicate isSink(Node source, FlowState state) { none() }
+ predicate isSink(Node sink, FlowState state) { none() }
74
75
76
* Holds if data flow through `node` is prohibited. This completely removes
0 commit comments