Files
hate_crack/tests
Justin BollingerandClaude Opus 4.8 ace699b872 fix(hashview): accept native-JSON customer arrays from /v1/customers
The server now returns `users` as a native JSON array (issue #229,
no double-decode), but list_customers unconditionally ran
json.loads() on it, raising TypeError and breaking the entire
customer->hashfile enumeration flow. Accept both the native array
and the legacy double-encoded string, mirroring list_wordlists.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 17:51:20 -04:00
..