Files
fuzzforge_ai/backend/toolbox/modules
tduhamel42 4cc19c5290 fix: MobSF scanner now properly parses files dict structure
MobSF returns 'files' as a dict (not list):
{"filename": "line_numbers"}

The parser was treating it as a list, causing zero findings
to be extracted. Now properly iterates over the dict and
creates one finding per affected file with correct line numbers
and metadata (CWE, OWASP, MASVS, CVSS).

Fixed in both code_analysis and behaviour sections.
2025-10-30 10:57:56 +01:00
..
2025-09-29 21:26:41 +02:00