Expand description
Response body data classification.
Scans upstream response bodies for sensitive data patterns (PII, secrets, internal infrastructure) and reports findings with sensitivity levels. Used by the gateway to enforce data sensitivity ceilings per session.
Structs§
- Data
Finding - A finding from response body scanning.
Enums§
- Detected
Sensitivity - Sensitivity level of detected data in a response body.
Functions§
- max_
sensitivity - Return the highest (most sensitive) finding, if any.
- scan_
response - Scan a response body for sensitive data patterns.