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
This is in reference to https://github.com/OWASP/glue/blob/master/lib/glue/mappings/mobsf.json
Could you please provide key for formatting code_analysis and certificate analysis as well? Currently it is just providing manifest analysis only.
FYI... Latest MobSF V3 API changed the "app_name": "name" to "app_name": "app_name" and "key": "manifest", to "key": "manifest_analysis".
I drafted very vague mapping file for mobsf. Could you please correct this? Or could you provide an update mapping file would be great?
I have tried the new mapping file but it does not work for some reason. It only reports manifest issues only. I'm not sure if the mapping file is correct or not. Kindly, help in proceeding further.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is in reference to https://github.com/OWASP/glue/blob/master/lib/glue/mappings/mobsf.json
Could you please provide key for formatting code_analysis and certificate analysis as well? Currently it is just providing manifest analysis only.
FYI... Latest MobSF V3 API changed the "app_name": "name" to "app_name": "app_name" and "key": "manifest", to "key": "manifest_analysis".
I drafted very vague mapping file for mobsf. Could you please correct this? Or could you provide an update mapping file would be great?
{ "task_name": "MobSF", "app_name": "app_name", "mappings": [ { "key": "manifest_analysis", "properties": { "description": "desc", "detail": "title", "source": "title", "severity": "stat", "fingerprint": "title" } "key": "certificate_analysis", "properties": { "description": "description", "detail": "certificate_info", "severity": "certificate_status", "fingerprint": "description" } "key": "binary_analysis", "properties": { "description": "desc", "detail": "title", "source": "file", "severity": "stat", "fingerprint": "title" } "key": "code_analysis", "properties": { "description": "desc", "detail": "owasp", "source": "path", "fingerprint": "owasp" } "key": "manifest_analysis", "properties": { "description": "android_api" } } ] }
The text was updated successfully, but these errors were encountered: