Package pascal.taie.analysis.pta.plugin.taint
package pascal.taie.analysis.pta.plugin.taint
-
ClassDescriptionRepresents sources which generates taint objects at method calls.Represents sanitizers which remove taint objects on method parameters.Represents sources which generate taint objects on method parameters.Represents a sanitizer in taint analysis.Represents a sink in taint analysis.Represents a source in taint analysis.Taint Analysis composites plugins
SourceHandler
,TransferHandler
andSanitizerHandler
to handle the logic associated withSource
,TaintTransfer
, andSanitizer
respectively.Configuration for taint analysis.Provides a configuration for taint analysis.Each instance represents a taint flow from source to sink.Represents taint transfer between argument/base/return variables caused by invocation to specific method.