Skip to content

Commit 17f3f02

Browse files
authored
HOTFIX: Libsast bump (#2443)
* Libsast bump * Bump libsast to address match case
1 parent 3f947c0 commit 17f3f02

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

mobsf/MobSF/init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
logger = logging.getLogger(__name__)
1818

19-
VERSION = '4.1.2'
19+
VERSION = '4.1.3'
2020
BANNER = r"""
2121
__ __ _ ____ _____ _ _ _
2222
| \/ | ___ | |__/ ___|| ___|_ _| || | / |

poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mobsf"
3-
version = "4.1.2"
3+
version = "4.1.3"
44
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."
55
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
66
authors = ["Ajin Abraham <[email protected]>"]
@@ -51,7 +51,7 @@ svgutils = "0.3.4"
5151
arpy = "2.3.0"
5252
apksigtool = "0.1.0"
5353
tzdata = "^2023.3"
54-
libsast = "^2.0.0"
54+
libsast = "^3.0.0"
5555
paramiko = "^3.3.1"
5656
six = ">=1.16.0"
5757
python3-saml = "^1.16.0"

0 commit comments

Comments
 (0)