Skip to content

Commit

Permalink
HOTFIX: Libsast bump (#2443)
Browse files Browse the repository at this point in the history
* Libsast bump
* Bump libsast to address match case
  • Loading branch information
ajinabraham authored Nov 4, 2024
1 parent 3f947c0 commit 17f3f02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion mobsf/MobSF/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

logger = logging.getLogger(__name__)

VERSION = '4.1.2'
VERSION = '4.1.3'
BANNER = r"""
__ __ _ ____ _____ _ _ _
| \/ | ___ | |__/ ___|| ___|_ _| || | / |
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mobsf"
version = "4.1.2"
version = "4.1.3"
description = "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."
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
authors = ["Ajin Abraham <[email protected]>"]
Expand Down Expand Up @@ -51,7 +51,7 @@ svgutils = "0.3.4"
arpy = "2.3.0"
apksigtool = "0.1.0"
tzdata = "^2023.3"
libsast = "^2.0.0"
libsast = "^3.0.0"
paramiko = "^3.3.1"
six = ">=1.16.0"
python3-saml = "^1.16.0"
Expand Down

0 comments on commit 17f3f02

Please sign in to comment.