Skip to content

Commit

Permalink
HOTFIX: update apktool, fixes a security issue GHSA-2hqv-2xv4-5h5w
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jan 7, 2024
1 parent 9f0467c commit 19c1b55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/test_files
Submodule test_files updated 1 files
+ android.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/android/manifest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_manifest_apk(app_path, app_dir, tools_dir):
and is_file_exists(settings.APKTOOL_BINARY)):
apktool_path = settings.APKTOOL_BINARY
else:
apktool_path = os.path.join(tools_dir, 'apktool_2.9.1.jar')
apktool_path = os.path.join(tools_dir, 'apktool_2.9.2.jar')
output_dir = os.path.join(app_dir, 'apktool_out')
args = [find_java_binary(),
'-jar',
Expand Down

1 comment on commit 19c1b55

@itsecforu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to change into pod?

/Mobile-Security-Framework-MobSF/mobsf/StaticAnalyzer/views/android$ ls android_manifest_desc.py code_analysis.py dvm_permissions.py icon_analysis.py manifest_analysis.py playstore.py source_tree.py view_source.py binary_analysis.py converter.py find.py __init__.py manifest_view.py __pycache__ static_analyzer.py win_fixes.py cert_analysis.py db_interaction.py generate_downloads.py jar_aar.py network_security.py rules strings.py xapk.py

Please sign in to comment.