Skip to content

Commit

Permalink
Fix dynamic report_json api bug (MobSF#1934)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajin Abraham <ajin25@gmail.com>
  • Loading branch information
N1neSun and ajinabraham authored Apr 8, 2022
1 parent ba176e1 commit c4f5130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/DynamicAnalyzer/views/android/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def view_report(request, checksum, api=False):
'base64_strings': b64_strings,
'trackers': trackers,
'frida_logs': is_file_exists(fd_log),
'runtime_dependencies': deps,
'runtime_dependencies': list(deps),
'package': package,
'version': settings.MOBSF_VER,
'title': 'Dynamic Analysis'}
Expand Down

0 comments on commit c4f5130

Please sign in to comment.