MobSF / Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
https://opensecurity.in
GNU General Public License v3.0
17.49k stars 3.24k forks source link

Pip to poetry and Dockerfile update #2244

Closed ajinabraham closed 1 year ago

ajinabraham commented 1 year ago

Describe the Pull Request

* Docker base image update
* Docker file QA
* Github Actions version update
* Removed unwanted pinned repository
* Pip to Poetry migration
* Bump httptools
* Jump yara-python-dex
* Python 3.11 support

Checklist for PR

Additional Comments (if any)

DESCRIBE HERE
github-actions[bot] commented 1 year ago

👋 @ajinabraham Thank you for sending this pull request ❤️. Please make sure you have followed our contribution guidelines. We will review it as soon as possible

baptx commented 9 months ago

What is the advantage to replace pip with poetry for this project?

ajinabraham commented 9 months ago

Better cross platform dependency management and conflict resolution. There are other benefits as well https://community.sap.com/t5/application-development-blog-posts/why-you-should-use-poetry-instead-of-pip-or-conda-for-python-projects/ba-p/13545646