Class TaintFlow

Taint flow descriptor.

By default, it uses EulerFlow to traverse the graph. First, it checks data flow reachability from the source to the sink. With the result source-sink pairs, it then checks control flow reachability. If the source-sink pair is reachable in control flow, it adds the path to the result.

Hierarchy

  • BaseFlow
    • TaintFlow

Constructors

Properties

alias: string
property: FlowProperty

Methods

  • Set the alias of the result table.

    Parameters

    • alias: string

      Alias of the result table.

    Returns ICanBuildFlowDescriptor

  • Set the barrier table of the flow.

    Parameters

    • alias: string

      Alias of the barrier table.

    Returns ICanSetFlowSink

  • Returns FlowDescriptor

  • Parameters

    • current: Value
    • source: Column
    • sink: Column
    • barrier: Column
    • result: Table

    Returns void

  • Set the sink table of the flow.

    Parameters

    • alias: string

      Alias of the sink table.

    Returns ICanSetFlowAlias

  • Set the source table of the flow.

    Parameters

    • alias: string

      Alias of the source table.

    Returns ICanSetFlowBarrier