Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: HAR files can contain cookies, authorization headers, query strings, request/response bodies, IPs, hostnames, and user identifiers. HAR Viewer/Sanitizer must default to a safe redaction posture and expose controls so users know exactly what will be removed before export.
Affected URL:
Reproduction steps:
- Open HAR Viewer/Sanitizer.
- Import a dummy HAR containing headers, cookies, query parameters, request bodies, response bodies, and timing data.
- Check default redaction settings.
- Export sanitized HAR.
- Search the output for dummy sensitive values.
Expected behavior: dangerous fields should be redacted by default, with a clear checklist of what was removed.
Actual behavior: the tool claims sanitization, but safe defaults and visible controls need formal verification.
Impact: users may export network captures that still contain secrets or personal data.
Proposed fix:
- Default-redact authorization, cookie, set-cookie, query strings, request bodies, response bodies, and known secret-like values.
- Provide toggles for advanced users.
- Show a redaction summary before export.
- Add search-after-redaction verification.
- Add HAR fixture tests.
Acceptance criteria:
- Default export removes sensitive headers, cookies, query strings, bodies, and secret-like values.
- User sees a summary of redacted sections.
- Tests verify no fixture secret remains.
- Raw HAR is not persisted by default.
Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: HAR files can contain cookies, authorization headers, query strings, request/response bodies, IPs, hostnames, and user identifiers. HAR Viewer/Sanitizer must default to a safe redaction posture and expose controls so users know exactly what will be removed before export.
Affected URL:
Reproduction steps:
Expected behavior: dangerous fields should be redacted by default, with a clear checklist of what was removed.
Actual behavior: the tool claims sanitization, but safe defaults and visible controls need formal verification.
Impact: users may export network captures that still contain secrets or personal data.
Proposed fix:
Acceptance criteria: