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 6316f61 commit aa2c7a7Copy full SHA for aa2c7a7
shared/dataflow/codeql/dataflow/DataFlow.qll
@@ -228,6 +228,7 @@ signature module InputSig {
228
*/
229
default int getAdditionalFlowIntoCallNodeTerm(ArgumentNode arg, ParameterNode p) { none() }
230
231
+ bindingset[call, p, arg]
232
default predicate golangSpecificParamArgFilter(
233
DataFlowCall call, ParameterNode p, ArgumentNode arg
234
) {
0 commit comments