Skip to content

Commit c6d74e5

Browse files
authored
Merge pull request #101 from MobSF/0.4.3
Explicit semgrep install
2 parents d94f4a5 + c379b7a commit c6d74e5

File tree

4 files changed

+34
-23
lines changed

4 files changed

+34
-23
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ verify_ssl = true
77

88
[packages]
99
colorama = ">=0.4.5"
10-
libsast = ">=3.1.0"
10+
libsast = ">=3.1.4"
11+
semgrep = "==1.86.0"
1112
sarif-om = ">=1.0.4"
1213
jschema-to-python = ">=1.2.3"
1314
tabulate = ">=0.8.10"

Pipfile.lock

Lines changed: 26 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobsfscan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = 'mobsfscan'
77
__authors__ = 'Ajin Abraham'
88
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9-
__version__ = '0.4.2'
9+
__version__ = '0.4.3'
1010
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1111
__all__ = [
1212
'__title__',

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
annotated-types==0.7.0
22
attrs==24.2.0
3+
billiard==4.2.1
34
boltons==21.0.0
45
bracex==2.5.post1
56
certifi==2024.8.30
@@ -12,14 +13,14 @@ Deprecated==1.2.14
1213
exceptiongroup==1.2.2
1314
face==24.0.0
1415
glom==22.1.0
15-
googleapis-common-protos==1.65.0
16+
googleapis-common-protos==1.66.0
1617
idna==3.10
1718
importlib_metadata==7.1.0
1819
jschema-to-python==1.2.3
19-
jsonpickle==3.4.2
20+
jsonpickle==4.0.0
2021
jsonschema==4.23.0
2122
jsonschema-specifications==2024.10.1
22-
libsast==3.1.0
23+
libsast==3.1.4
2324
markdown-it-py==3.0.0
2425
mdurl==0.1.2
2526
opentelemetry-api==1.25.0
@@ -33,7 +34,7 @@ opentelemetry-semantic-conventions==0.46b0
3334
opentelemetry-util-http==0.46b0
3435
packaging==24.2
3536
pbr==6.1.0
36-
peewee==3.17.7
37+
peewee==3.17.8
3738
protobuf==4.25.5
3839
pydantic==2.8.2
3940
pydantic_core==2.20.1

0 commit comments

Comments
 (0)