mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-11 04:07:46 +02:00
d3.hierarchy() in D3 v7 does not tolerate null entries in children arrays (v3 was lenient). A null element at Username.children[1] caused the entire tree to fail silently. - Remove the null entry from arf.json - Add a defensive children filter in d3.hierarchy() call so future null entries degrade gracefully instead of breaking the tree Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>