MobSF / mobsfscan

mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Swift, and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher.
GNU Lesser General Public License v3.0
607 stars 97 forks source link

Support multiprocessing strategy #103

Closed ajinabraham closed 1 week ago

ajinabraham commented 1 week ago

Support multiprocessing strategy.

Multiprocessing has issues in AWS Lambda and with Python task Queues such as Celery and Django-Q. Allow to choose between ProcessPoolExecutor, ThreadPoolExecutor and billiard