Module type Sanitizer.S

Sanitizers for filtering traces in taint analysis

type t
val compare : t -> t -> int
val get : IR.Procname.t -> IR.Tenv.t -> t option

Get the sanitizer that should be applied to the return value of given procedure, if any

val pp : F.formatter -> t -> unit