fix: remove hashed_ip from bugreport service, store email in mail.eml #442

Merged
guettlibot merged 1 commits from refs/pull/442/head into main 2026-06-05 14:23:06 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 c9736d2bb1 fix: remove hashed_ip from bugreport service, store email in mail.eml
- Drop HashedIP field and hashIP function from the server; no IP is
  collected or stored at all
- Remove email from report.json; if the user supplies a contact address
  it is written to mail.eml in the report directory instead, keeping PII
  separate from the structured report data
- Remove unused imports (crypto/sha256, encoding/hex, strings)

Closes #441

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 14:44:06 +02:00