cycode 3.3.1.dev1__py3-none-any.whl → 3.3.1.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cycode/__init__.py +1 -1
- cycode/cli/consts.py +2 -0
- {cycode-3.3.1.dev1.dist-info → cycode-3.3.1.dev2.dist-info}/METADATA +1 -1
- {cycode-3.3.1.dev1.dist-info → cycode-3.3.1.dev2.dist-info}/RECORD +7 -7
- {cycode-3.3.1.dev1.dist-info → cycode-3.3.1.dev2.dist-info}/LICENCE +0 -0
- {cycode-3.3.1.dev1.dist-info → cycode-3.3.1.dev2.dist-info}/WHEEL +0 -0
- {cycode-3.3.1.dev1.dist-info → cycode-3.3.1.dev2.dist-info}/entry_points.txt +0 -0
cycode/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.3.1.
|
|
1
|
+
__version__ = '3.3.1.dev2' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
cycode/cli/consts.py
CHANGED
|
@@ -73,6 +73,7 @@ SCA_CONFIGURATION_SCAN_SUPPORTED_FILES = ( # keep in lowercase
|
|
|
73
73
|
'package-lock.json',
|
|
74
74
|
'yarn.lock',
|
|
75
75
|
'deno.lock',
|
|
76
|
+
'deno.json',
|
|
76
77
|
'pnpm-lock.yaml',
|
|
77
78
|
'npm-shrinkwrap.json',
|
|
78
79
|
'packages.config',
|
|
@@ -136,6 +137,7 @@ PROJECT_FILES_BY_ECOSYSTEM_MAP = {
|
|
|
136
137
|
'.npmrc',
|
|
137
138
|
'pnpm-lock.yaml',
|
|
138
139
|
'deno.lock',
|
|
140
|
+
'deno.json',
|
|
139
141
|
],
|
|
140
142
|
'nuget': ['packages.config', 'project.assets.json', 'packages.lock.json', 'nuget.config'],
|
|
141
143
|
'ruby_gems': ['Gemfile', 'Gemfile.lock'],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cycode/__init__.py,sha256=
|
|
1
|
+
cycode/__init__.py,sha256=ttQFGnmqwgn49gKkcxiwhXUSPHBUwO6v3LfkGUv7YCE,114
|
|
2
2
|
cycode/__main__.py,sha256=Z3bD5yrA7yPvAChcADQrqCaZd0ChGI1gdiwALwbWJ6U,104
|
|
3
3
|
cycode/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
cycode/cli/app.py,sha256=UC5A5TKIvlxOYKERfJykN8apTT0VyMY5pUjRh_LM-dw,6098
|
|
@@ -61,7 +61,7 @@ cycode/cli/apps/status/version_command.py,sha256=c6Iko_rmZo9T_kQSd3HUloBi40Qv7cj
|
|
|
61
61
|
cycode/cli/cli_types.py,sha256=cI9_XPG9LDofh6e2qyPtegD76KZYzcPwLj8jFK3Kmp4,2790
|
|
62
62
|
cycode/cli/config.py,sha256=EblYUlUA4lTp_lrL3gMG-cW7FUOTE1jtGIOljcLnEzk,250
|
|
63
63
|
cycode/cli/console.py,sha256=vp-DHwlkwpwdsPyfwGdjsPF-6-Bi3f8W7G-W_YXCMH8,1914
|
|
64
|
-
cycode/cli/consts.py,sha256=
|
|
64
|
+
cycode/cli/consts.py,sha256=FO2zUhIF_Uqb2ZRq_OALUrok2UqjvzKGYiywJWLLh00,8510
|
|
65
65
|
cycode/cli/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
66
|
cycode/cli/exceptions/custom_exceptions.py,sha256=Uh4Lqp4moTIFRTRtnT5b8dqb07L3wSAnAuFonS6-omQ,3610
|
|
67
67
|
cycode/cli/exceptions/handle_ai_remediation_errors.py,sha256=mA70upSYXK3rL_fmanzKYeUzLENhpXdkW8k3aIHrKzU,785
|
|
@@ -157,8 +157,8 @@ cycode/cyclient/report_client.py,sha256=h12pz3vWCwDF73BhqFX7iDSxBgQDFwkiGh3hmul2
|
|
|
157
157
|
cycode/cyclient/scan_client.py,sha256=nQJyt34Bne8UAQNj9OHSgvoCfI1EJFKNaEeeGPnrKcg,12471
|
|
158
158
|
cycode/cyclient/scan_config_base.py,sha256=mXsPZGYCtp85rv5GIige40yQZXuRcEKUW-VQJ0vgFzk,1201
|
|
159
159
|
cycode/logger.py,sha256=xAzpkWLZhixO4egRcYn4HXM9lIfx5wHdpkHxNc5jrX8,2225
|
|
160
|
-
cycode-3.3.1.
|
|
161
|
-
cycode-3.3.1.
|
|
162
|
-
cycode-3.3.1.
|
|
163
|
-
cycode-3.3.1.
|
|
164
|
-
cycode-3.3.1.
|
|
160
|
+
cycode-3.3.1.dev2.dist-info/LICENCE,sha256=2Wx4N6mD_4xB7-E3hPkZ3MPhpJy__k_I8MaCSO-PDRo,1068
|
|
161
|
+
cycode-3.3.1.dev2.dist-info/METADATA,sha256=lVMJNyfgY3nU4kG0B494vUem5HRAZomHiiNU-gidH3Y,70041
|
|
162
|
+
cycode-3.3.1.dev2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
163
|
+
cycode-3.3.1.dev2.dist-info/entry_points.txt,sha256=iDcVJM8ByLElVgvBgtYxDjw1kT7O8Mo0LcWZIT5L3Ig,45
|
|
164
|
+
cycode-3.3.1.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|