You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to have a "started_at" field in the tasks list JSON.
With this field one could be able to understand if a test has started or not and, once a test is finished, how much time elapsed from start to finish.
The queued_at field alone is obviously not enough because id doesn't allow to know if a test has started or not, you just know that in a certain point in time a test has been queued
The text was updated successfully, but these errors were encountered:
👋 @dri-mobisec
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
…es (#2470)
* Dockerfile QA
* Add sdk-build-tools to Docker image
* Replace biplist with plistlib std lib
* Fixed a bug in iOS pbxproj parsing
* Added support for APK parsing with aapt2/aapt
* Use aapt/aapt2 as a fallback for APK parsing, files listing and string extraction
* Added "started at" to Scan task queue model #2463
* Tasks List API to return string status #2464
* Replaced all minidom calls with defusedxml.minidom
* Code QA on android manifest data extraction and parsing
* Improved android file analysis
* Improved android manifest data extraction
* Improved android icon file extraction
* Improved android app name extraction
* Improved android appstore package details extraction
* Android string extraction to fallback on aapt2 strings
* APK analysis arguments refactor
* Handle packed APKs, refactor unzip to handle malformed APK files
* Handle reserved filename conflict during ZIP extraction
* Explicit Zipslip handling during ZIP extraction
* Graceful files extraction on unzip failure
* Removed bail out and continue analysis
* Moved androguard parsing to the start of static analysis
* AndroidManifest.xml fallback from apktool to androguard during extraction and parsing
* Updated Tasks UI to show started at
It would be helpful to have a "started_at" field in the tasks list JSON.
With this field one could be able to understand if a test has started or not and, once a test is finished, how much time elapsed from start to finish.
The queued_at field alone is obviously not enough because id doesn't allow to know if a test has started or not, you just know that in a certain point in time a test has been queued
The text was updated successfully, but these errors were encountered: