bazaar icon indicating copy to clipboard operation
bazaar copied to clipboard

Detailed Report Status

Open anantshri opened this issue 2 years ago • 0 comments

Right now we dont have an option to see old reports directly in GUI we need to select an apk to see if report exists or use the hash directly in url to fetch the report.

There is a commandline option

docker-compose -f local.yml run --rm django python manage.py list_reports

This gives list of reports

b3e2837ccd874ea633d056f3b28be586b821daa6d68c3ab7d71cef412c57ffa4 - 2022-12-28T12:49:50.040183+00:00
	✅ apkid_analysis: 2
	✅ ssdeep_analysis: 2
	✅ extract_classes: 2
	✅ quark_analysis: 2
	✅ mobsf_analysis: 2
	🚫 malware_bazaar_analysis: -1
	🚫 vt_analysis: -1

here symbols are misleading as per discussion with @evilcel3ri I would suggest following symbol status ✅ When job is finished analysis done 🚫 Error occured and job either needs to be redone or has errors 🔵 or ✔️ or simmilar but different color then green and red to denote that job finished properly but there might be no results.

anantshri avatar Dec 29 '22 09:12 anantshri