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.
1 parent 6982d47 commit 83a95fdCopy full SHA for 83a95fd
njsscan/__init__.py
@@ -6,7 +6,7 @@
6
__title__ = 'njsscan'
7
__authors__ = 'Ajin Abraham'
8
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9
-__version__ = '0.4.2'
+__version__ = '0.4.3'
10
__version_info__ = tuple(int(i) for i in __version__.split('.'))
11
__all__ = [
12
'__title__',
setup.py
@@ -49,7 +49,8 @@ def get_version(rel_path):
49
long_description_content_type='text/markdown',
50
install_requires=[
51
'colorama>=0.4.5',
52
- 'libsast>=3.1.0',
+ 'libsast>=3.1.4',
53
+ 'semgrep==1.86.0',
54
'sarif-om>=1.0.4',
55
'jschema-to-python>=1.2.3',
56
'tabulate>=0.8.10',
0 commit comments