Skip to content

Commit

Permalink
HOTFIX: Show Abused Permissions, Fix Download AAB, Dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Dec 12, 2024
1 parent 8310104 commit 3223736
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
2 changes: 0 additions & 2 deletions mobsf/StaticAnalyzer/views/android/xapk.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def handle_aab(app_dic):
if not apks.exists() and aab_path.exists():
# Convert AAB to APKS
subprocess.run(args, timeout=300)
# Remove AAB
aab_path.unlink()
# Extract APK from APKS
for apk_file in unzip(checksum, apks.as_posix(), app_dic['app_dir']):
full_path = app_dic['app_dir'] / apk_file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ <h5 class="description-header">{{ code_analysis.summary.suppressed }}</h5>
</div>
</section>
<!-- ===========================end virus total ================================== -->
{% endif %}
<a id="malware_permissions" class="anchor"></a>
<section class="content">
<div class="container-fluid">
Expand Down Expand Up @@ -1885,7 +1886,6 @@ <h5 class="description-header">{{ code_analysis.summary.suppressed }}</h5>
</div>
</section>
<!-- ===========================end malware permissions ================================== -->
{% endif %}
<style>
#chartdiv {
width: 100%;
Expand Down
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3223736

Please sign in to comment.