Skip to content

Commit

Permalink
Merge pull request #101 from MobSF/0.4.3
Browse files Browse the repository at this point in the history
Explicit semgrep install
  • Loading branch information
ajinabraham authored Nov 14, 2024
2 parents d94f4a5 + c379b7a commit c6d74e5
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 23 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ verify_ssl = true

[packages]
colorama = ">=0.4.5"
libsast = ">=3.1.0"
libsast = ">=3.1.4"
semgrep = "==1.86.0"
sarif-om = ">=1.0.4"
jschema-to-python = ">=1.2.3"
tabulate = ">=0.8.10"
Expand Down
43 changes: 26 additions & 17 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion mobsfscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__title__ = 'mobsfscan'
__authors__ = 'Ajin Abraham'
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
__version__ = '0.4.2'
__version__ = '0.4.3'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
annotated-types==0.7.0
attrs==24.2.0
billiard==4.2.1
boltons==21.0.0
bracex==2.5.post1
certifi==2024.8.30
Expand All @@ -12,14 +13,14 @@ Deprecated==1.2.14
exceptiongroup==1.2.2
face==24.0.0
glom==22.1.0
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
idna==3.10
importlib_metadata==7.1.0
jschema-to-python==1.2.3
jsonpickle==3.4.2
jsonpickle==4.0.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
libsast==3.1.0
libsast==3.1.4
markdown-it-py==3.0.0
mdurl==0.1.2
opentelemetry-api==1.25.0
Expand All @@ -33,7 +34,7 @@ opentelemetry-semantic-conventions==0.46b0
opentelemetry-util-http==0.46b0
packaging==24.2
pbr==6.1.0
peewee==3.17.7
peewee==3.17.8
protobuf==4.25.5
pydantic==2.8.2
pydantic_core==2.20.1
Expand Down

0 comments on commit c6d74e5

Please sign in to comment.