Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The example uses httputil.DumpRequestOut(req, true) and DumpResponse(resp, true), which can record full headers and bodies. In production debugging guidance, this may capture credentials, session cookies, API keys, PII, or other secrets and send them to logs, creating a realistic confidentiality risk if copied into normal incident workflows without safeguards.
