mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Dataflow: Add bindingset
This commit is contained in:
@@ -228,6 +228,7 @@ signature module InputSig {
|
||||
*/
|
||||
default int getAdditionalFlowIntoCallNodeTerm(ArgumentNode arg, ParameterNode p) { none() }
|
||||
|
||||
bindingset[call, p, arg]
|
||||
default predicate golangSpecificParamArgFilter(
|
||||
DataFlowCall call, ParameterNode p, ArgumentNode arg
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user