Hi I was using the ECOSCANNER GitHub - atlassian-labs/FSRT: A static analyzer for finding Forge app vulnerabilities for testing our forge apps and it works on some of the forge apps we have built. But some of the much more complicated forge apps and using custom UI it encounters this error:
thread 'main' (10627296) has overflowed its stack
fatal runtime error: stack overflow, aborting
I already got some apps tested using this and got this result below so it means FSRT works.
{"vulns":[],"scanner":"FSRT","started_at":"2025-12-01T14:26:48.264599Z","ended_at":"2025-12-01T14:26:48.271063Z","scanned":[""],"errors":false}
Anybody got some ideas how make it work? or this is just a bug on FSRT?