Skip to content

Commit 3223736

Browse files
committed
HOTFIX: Show Abused Permissions, Fix Download AAB, Dependency bump
1 parent 8310104 commit 3223736

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

mobsf/StaticAnalyzer/views/android/xapk.py

-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ def handle_aab(app_dic):
107107
if not apks.exists() and aab_path.exists():
108108
# Convert AAB to APKS
109109
subprocess.run(args, timeout=300)
110-
# Remove AAB
111-
aab_path.unlink()
112110
# Extract APK from APKS
113111
for apk_file in unzip(checksum, apks.as_posix(), app_dic['app_dir']):
114112
full_path = app_dic['app_dir'] / apk_file

mobsf/templates/static_analysis/android_binary_analysis.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,7 @@ <h5 class="description-header">{{ code_analysis.summary.suppressed }}</h5>
18271827
</div>
18281828
</section>
18291829
<!-- ===========================end virus total ================================== -->
1830+
{% endif %}
18301831
<a id="malware_permissions" class="anchor"></a>
18311832
<section class="content">
18321833
<div class="container-fluid">
@@ -1885,7 +1886,6 @@ <h5 class="description-header">{{ code_analysis.summary.suppressed }}</h5>
18851886
</div>
18861887
</section>
18871888
<!-- ===========================end malware permissions ================================== -->
1888-
{% endif %}
18891889
<style>
18901890
#chartdiv {
18911891
width: 100%;

poetry.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)