Skip to content

Commit

Permalink
Merge pull request #71 from MobSF/bmp
Browse files Browse the repository at this point in the history
Bump mobsfscan (performance improvements from libsast bump)
  • Loading branch information
ajinabraham authored Aug 30, 2023
2 parents 2bf9e66 + aba0438 commit b8503e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 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.3.3'
__version__ = '0.3.4'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ idna==3.4
jschema-to-python==1.2.3
jsonpickle==3.0.2
jsonschema==4.17.3
libsast==1.5.3
libsast==2.0.0
packaging==21.3
pbr==5.11.1
peewee==3.16.3
Expand Down

0 comments on commit b8503e0

Please sign in to comment.