Skip to main content

propagate_replace

Function propagate_replace 

Source
pub fn propagate_replace(value: &Value, from: &str, to: &str) -> Option<Value>
Expand description

Propagate taint through a string replace operation.

The result carries the taint label of the source string.