pub fn propagate_interprocedural_taint(
target: &ScanTarget,
graph: &CallGraph,
) -> Vec<TaintPath>Expand description
Propagates taint across call-graph edges and constructs multi-hop TaintPath instances.
pub fn propagate_interprocedural_taint(
target: &ScanTarget,
graph: &CallGraph,
) -> Vec<TaintPath>Propagates taint across call-graph edges and constructs multi-hop TaintPath instances.