Skip to content

Commit 0ef8c86

Browse files
authored
Merge pull request #95 from MobSF/bump_libsast
Bump semgrep to 1.86.0
2 parents f6322a0 + 2f3836e commit 0ef8c86

File tree

6 files changed

+806
-421
lines changed

6 files changed

+806
-421
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.0-slim
1+
FROM python:3.12-slim
22

33
RUN apt-get update \
44
&& apt-get install gcc -y \

Pipfile

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

88
[packages]
99
colorama = ">=0.4.5"
10-
libsast = ">=1.5.3"
10+
libsast = ">=3.1.0"
1111
sarif-om = ">=1.0.4"
1212
jschema-to-python = ">=1.2.3"
1313
tabulate = ">=0.8.10"

Pipfile.lock

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

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,10 @@ jobs:
242242
build:
243243
runs-on: ubuntu-latest
244244
steps:
245-
- uses: actions/checkout@v2
245+
- uses: actions/[email protected]
246+
- uses: actions/[email protected]
247+
with:
248+
python-version: '3.12'
246249
- name: mobsfscan
247250
uses: MobSF/mobsfscan@main
248251
with:
@@ -267,7 +270,10 @@ jobs:
267270
name: mobsfscan code scanning
268271
steps:
269272
- name: Checkout the code
270-
uses: actions/checkout@v2
273+
uses: actions/[email protected]
274+
- uses: actions/[email protected]
275+
with:
276+
python-version: '3.12'
271277
- name: mobsfscan
272278
uses: MobSF/mobsfscan@main
273279
with:

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.3.9'
9+
__version__ = '0.4.0'
1010
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1111
__all__ = [
1212
'__title__',

requirements.txt

Lines changed: 47 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,57 @@
1-
attrs==21.4.0
1+
annotated-types==0.7.0
2+
attrs==24.2.0
23
boltons==21.0.0
3-
bracex==2.4
4-
certifi==2024.2.2
5-
charset-normalizer==3.3.2
4+
bracex==2.5.post1
5+
certifi==2024.8.30
6+
charset-normalizer==3.4.0
67
click==8.1.7
78
click-option-group==0.5.6
89
colorama==0.4.6
910
defusedxml==0.7.1
10-
face==22.0.0
11+
Deprecated==1.2.14
12+
exceptiongroup==1.2.2
13+
face==24.0.0
1114
glom==22.1.0
12-
idna==3.6
15+
googleapis-common-protos==1.65.0
16+
idna==3.10
17+
importlib_metadata==7.1.0
1318
jschema-to-python==1.2.3
14-
jsonpickle==3.0.3
15-
jsonschema==4.17.3
16-
libsast==2.0.3
17-
packaging==21.3
18-
pbr==6.0.0
19-
peewee==3.17.1
20-
pyparsing==3.1.2
21-
pyrsistent==0.20.0
22-
python-lsp-jsonrpc==1.0.0
23-
PyYAML==6.0.1
24-
requests==2.31.0
19+
jsonpickle==3.3.0
20+
jsonschema==4.23.0
21+
jsonschema-specifications==2024.10.1
22+
libsast==3.1.0
23+
markdown-it-py==3.0.0
24+
mdurl==0.1.2
25+
opentelemetry-api==1.25.0
26+
opentelemetry-exporter-otlp-proto-common==1.25.0
27+
opentelemetry-exporter-otlp-proto-http==1.25.0
28+
opentelemetry-instrumentation==0.46b0
29+
opentelemetry-instrumentation-requests==0.46b0
30+
opentelemetry-proto==1.25.0
31+
opentelemetry-sdk==1.25.0
32+
opentelemetry-semantic-conventions==0.46b0
33+
opentelemetry-util-http==0.46b0
34+
packaging==24.1
35+
pbr==6.1.0
36+
peewee==3.17.7
37+
protobuf==4.25.5
38+
pydantic==2.8.2
39+
pydantic_core==2.20.1
40+
Pygments==2.18.0
41+
PyYAML==6.0.2
42+
referencing==0.35.1
43+
requests==2.32.3
44+
rich==13.9.4
45+
rpds-py==0.20.1
2546
ruamel.yaml==0.17.40
26-
ruamel.yaml.clib==0.2.8
47+
ruamel.yaml.clib==0.2.12
2748
sarif-om==1.0.4
28-
semgrep==0.117.0
49+
semgrep==1.86.0
2950
tabulate==0.9.0
30-
tomli==2.0.1
31-
tqdm==4.66.2
32-
typing_extensions==4.10.0
33-
ujson==5.9.0
34-
urllib3==1.26.18
35-
wcmatch==8.5.1
36-
xmltodict==0.13.0
51+
tomli==2.0.2
52+
typing_extensions==4.12.2
53+
urllib3==2.2.3
54+
wcmatch==8.5.2
55+
wrapt==1.16.0
56+
xmltodict==0.14.2
57+
zipp==3.20.2

0 commit comments

Comments
 (0)