Extended outbound DLP scan: headers, query params, paths, DNS lookups #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current outbound DLP scan (PRD 0052) covers only the request body and the
Authorizationheader. An agent can exfiltrate a provisioned secret via several other surfaces that are currently unscanned:X-Api-Key,X-Auth-Token,Cookie).?token=<secret>or?api_key=<secret>./api/<secret>/resource.<encoded-secret>.attacker.com).Acceptance criteria
build_outbound_scan_text(host, path, query, headers, body)inegress_addon_core.pyassembles the scan corpus so the logic is unit-testable without mitmproxy.