Predicate argumentInjectionSinksDataModel
MaD models for arguments to commands that execute the given argument. Fields: - regexp: Regular expression for matching argument injections. - command_group: capture group for the command. - argument_group: capture group for the argument.
Import path
import actions
predicate argumentInjectionSinksDataModel(string regexp, int command_group, int argument_group)