mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
The old file documented a single anonymisation pass and embedded the exact historical mappings (real LAN IPs, real MACs, real account IDs on the "Original" side of each row). Those values are sensitive even when presented as "what we replaced" — and they're already in git history, so reprinting them in tracked content adds nothing. Replaced with a concise reference that: - lists the canonical placeholders to USE in new examples and tests (RFC-5737 IPs, AA:BB:CC:DD:EE:FF MACs, generic device names, 1000001/1000002 account IDs) - explains why RFC-5737 instead of 192.168.1.x - gives detection regexes that catch *any* non-placeholder value, rather than naming the specific leaked values 180 → 65 lines net, and the file no longer contains any of the sensitive strings it used to track. Completes the .md / .txt portion of the rfc-5737-cleanup branch. Test files (.go / .xml / .http) + the convert_mitm_script.py and the broader 192.168.1.* sweep remain — separate scope per _/RFC-5737-cleanup/assessment.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>