Skip to content

Tags: MobSF/Mobile-Security-Framework-MobSF

Tags

v4.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Dep bump + Support HTTPS upgrade for Assetlinks check (#2484)

* Fix false positives caused in Android manifest analysis
* Dep bumps + Support HTTPS upgrade for Assetlinks check
* MobSF version bump to 4.3.0

---------

Co-authored-by: Nick Lupien <github@worg.io>

v4.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
HOTFIX: Libsast bump (#2443)

* Libsast bump
* Bump libsast to address match case

v4.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[HOTFIX] dep bups + Fix #2424

v3.9.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve the situation where the function name is bytes (#2367)

fix error:
 if function.name.endswith('_chk'):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: endswith first arg must be bytes or a tuple of bytes, not str

Co-authored-by: Ajin Abraham <ajin25@gmail.com>

v3.7.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[HOTFIX] Migrate from setup.py to poetry, tox QA (#2249)

* Migrate from setup.py to use poetry build and publish
* Tox QA
* Version is now configured only at pyproject.toml
* Added poetry build test
* Updated mobsf PyPI publishing workflow 
* Update local DBs

v3.6.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HOTFIX: MobSF Android Dynamic Analysis Docker Support (#2214)

* MobSF Android Docker Support

* Pin pip version

* Update mobsf-test.yml

v3.6.0

Unit Test for False Positive Triaging

v3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HOTFIX: Publish Tagged Release to DockerHub

v3.4.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump

v3.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TLS/SSL Security Tester (#1726)

* TLS/SSL Security Tester
* Frida Hooking Code QA
* Fix typos in permission mapping
* Xposed improvements
* Dynamic Analyzer QA
* Logcat app only logs refactoring
* Updated and exposed new REST APIs
* LGTM Findings Review and override
* Python and JavaScript code QA and lib update