Skip to main content

scan_response

Function scan_response 

Source
pub fn scan_response(body: &str) -> Vec<DataFinding>
Expand description

Scan a response body for sensitive data patterns.

Returns all findings. Callers should compare the highest finding sensitivity against the session’s data_sensitivity_ceiling to decide whether to block or flag the response.