What
On a Ghidra disassembly drill-down page (/ghidra/<hash>), clicking "view report" opens an "Analysis report" modal that attempts to load content in an iframe/embed, but fails with honeypot.xore.rocks refused to connect. The modal renders otherwise empty (broken-document icon + error text). No corresponding console error, so this looks like a same-origin framing restriction (X-Frame-Options/CSP) or a bad/missing report URL, not a script exception.
Reproduce
/ghidra → open any completed result → "view report" button in the action bar.
Example hash from this pass: 25b7e641f8b6ae7f2c90520e00c2d0b9fccc0f12d2ec3065f8d3bd1a5915b1e0.
Found during #1228's click-through pass.
What
On a Ghidra disassembly drill-down page (
/ghidra/<hash>), clicking "view report" opens an "Analysis report" modal that attempts to load content in an iframe/embed, but fails withhoneypot.xore.rocks refused to connect.The modal renders otherwise empty (broken-document icon + error text). No corresponding console error, so this looks like a same-origin framing restriction (X-Frame-Options/CSP) or a bad/missing report URL, not a script exception.Reproduce
/ghidra→ open any completed result → "view report" button in the action bar.Example hash from this pass:
25b7e641f8b6ae7f2c90520e00c2d0b9fccc0f12d2ec3065f8d3bd1a5915b1e0.Found during #1228's click-through pass.