Package pascal.taie.analysis.pta.plugin.taint


package pascal.taie.analysis.pta.plugin.taint
  • Class
    Description
    Represents 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 and SanitizerHandler to handle the logic associated with Source, TaintTransfer, and Sanitizer 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.