cycode 1.10.8.dev2__tar.gz → 1.10.8.dev4__tar.gz
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-1.10.8.dev2 → cycode-1.10.8.dev4}/PKG-INFO +1 -1
- cycode-1.10.8.dev4/cycode/__init__.py +1 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/iac/tf_content_generator.py +14 -2
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/models.py +2 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/pyproject.toml +1 -1
- cycode-1.10.8.dev2/cycode/__init__.py +0 -1
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/README.md +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/auth/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/auth/auth_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/auth/auth_manager.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/configure/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/configure/configure_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/ignore/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/ignore/ignore_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/main_cli.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/report_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/common.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/path/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/path/path_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/repository_url/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/sbom_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/sbom_report_file.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/code_scanner.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/commit_history/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/commit_history/commit_history_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/path/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/path/path_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/pre_commit/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/pre_receive/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/repository/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/repository/repository_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_ci/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/version/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/version/version_command.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/config.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/config.yaml +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/consts.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/excluder.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/maven/base_restore_maven_dependencies.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/sca_code_scanner.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/main.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/sentry.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/__init__.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/auth_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/client_creator.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/config.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/config.yaml +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/config_dev.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/headers.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/models.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/report_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/scan_client.py +0 -0
- {cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cyclient/scan_config_base.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.10.8.dev4' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/iac/tf_content_generator.py
RENAMED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import json
|
|
2
2
|
import time
|
|
3
|
-
import uuid
|
|
4
3
|
from typing import List
|
|
5
4
|
|
|
6
5
|
from cycode.cli import consts
|
|
@@ -44,7 +43,7 @@ def _generate_tf_content(resource_changes: List[ResourceChange]) -> str:
|
|
|
44
43
|
|
|
45
44
|
|
|
46
45
|
def _generate_resource_content(resource_change: ResourceChange) -> str:
|
|
47
|
-
resource_content = f'resource "{resource_change.resource_type}" "{resource_change
|
|
46
|
+
resource_content = f'resource "{resource_change.resource_type}" "{_get_resource_name(resource_change)}" {{\n'
|
|
48
47
|
if resource_change.values is not None:
|
|
49
48
|
for key, value in resource_change.values.items():
|
|
50
49
|
resource_content += f' {key} = {json.dumps(value)}\n'
|
|
@@ -52,6 +51,17 @@ def _generate_resource_content(resource_change: ResourceChange) -> str:
|
|
|
52
51
|
return resource_content
|
|
53
52
|
|
|
54
53
|
|
|
54
|
+
def _get_resource_name(resource_change: ResourceChange) -> str:
|
|
55
|
+
parts = [resource_change.module_address, resource_change.name]
|
|
56
|
+
|
|
57
|
+
if resource_change.index is not None:
|
|
58
|
+
parts.append(str(resource_change.index))
|
|
59
|
+
|
|
60
|
+
valid_parts = [part for part in parts if part]
|
|
61
|
+
|
|
62
|
+
return '.'.join(valid_parts)
|
|
63
|
+
|
|
64
|
+
|
|
55
65
|
def _extract_resources(tfplan: str, filename: str) -> List[ResourceChange]:
|
|
56
66
|
tfplan_json = load_json(tfplan)
|
|
57
67
|
resources: List[ResourceChange] = []
|
|
@@ -60,8 +70,10 @@ def _extract_resources(tfplan: str, filename: str) -> List[ResourceChange]:
|
|
|
60
70
|
for resource_change in resource_changes:
|
|
61
71
|
resources.append(
|
|
62
72
|
ResourceChange(
|
|
73
|
+
module_address=resource_change.get('module_address'),
|
|
63
74
|
resource_type=resource_change['type'],
|
|
64
75
|
name=resource_change['name'],
|
|
76
|
+
index=resource_change.get('index'),
|
|
65
77
|
actions=resource_change['change']['actions'],
|
|
66
78
|
values=resource_change['change']['after'],
|
|
67
79
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "cycode"
|
|
3
|
-
version = "1.10.8.
|
|
3
|
+
version = "1.10.8.dev4" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
4
4
|
description = "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning."
|
|
5
5
|
keywords=["secret-scan", "cycode", "devops", "token", "secret", "security", "cycode", "code"]
|
|
6
6
|
authors = ["Cycode <support@cycode.com>"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.10.8.dev2' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/configure/configure_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/path/path_command.py
RENAMED
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/repository_url/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/report/sbom/sbom_report_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/commit_history/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/repository/repository_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_ci/ci_integrations.py
RENAMED
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/commands/scan/scan_ci/scan_ci_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/exceptions/handle_report_sbom_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/models/in_memory_zip.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/repository_documents.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-1.10.8.dev2 → cycode-1.10.8.dev4}/cycode/cli/files_collector/sca/sca_code_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|