Skip to main content

sanitize_patch

Function sanitize_patch 

Source
pub fn sanitize_patch(
    site: &str,
    patch: &str,
    cfg: &Blind,
) -> (String, Vec<Leak>)
Expand description

Apply the configured leak policy to a patch body.

Returns the text to show the judges plus everything found.