Module Pulselib.PulseTaintItemMatcher

type taint_match = {
  1. taint : Pulselib.PulseBasicInterface.TaintItem.t;
  2. value_origin : Pulselib.PulseBasicInterface.ValueOrigin.t;
  3. typ : IR.Typ.t;
  4. exp : IR.Exp.t option;
}