We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6d74e5 + cb68b5d commit 3a35968Copy full SHA for 3a35968
mobsfscan/__init__.py
@@ -6,7 +6,7 @@
6
__title__ = 'mobsfscan'
7
__authors__ = 'Ajin Abraham'
8
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9
-__version__ = '0.4.3'
+__version__ = '0.4.4'
10
__version_info__ = tuple(int(i) for i in __version__.split('.'))
11
__all__ = [
12
'__title__',
setup.py
@@ -51,6 +51,7 @@ def get_version(rel_path):
51
install_requires=[
52
'colorama>=0.4.5',
53
'libsast>=3.1.0',
54
+ 'semgrep==1.86.0',
55
'sarif-om>=1.0.4',
56
'jschema-to-python>=1.2.3',
57
'tabulate>=0.8.10',
0 commit comments