Module PulseTaintConfig.SinkPolicy

type t = {
  1. source_kinds : Kind.t list;
  2. sanitizer_kinds : Kind.t list;
  3. description : string;
  4. policy_id : int;
  5. privacy_effect : string option;
  6. exclude_in : string list option;
  7. exclude_matching : Str.regexp list option;
}
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val sink_policies : (Kind.t, t list) Base.Hashtbl.t