cycode 1.7.1.dev6__tar.gz → 1.7.1.dev7__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.7.1.dev6 → cycode-1.7.1.dev7}/PKG-INFO +1 -1
- cycode-1.7.1.dev7/cycode/__init__.py +1 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/maven/base_restore_maven_dependencies.py +18 -9
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +4 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +3 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/pyproject.toml +1 -1
- cycode-1.7.1.dev6/cycode/__init__.py +0 -1
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/README.md +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/auth/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/auth/auth_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/auth/auth_manager.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/configure/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/configure/configure_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/ignore/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/ignore/ignore_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/main_cli.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/report_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/common.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/path/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/path/path_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/repository_url/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/sbom_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/sbom_report_file.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/code_scanner.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/commit_history/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/commit_history/commit_history_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/path/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/path/path_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_commit/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_receive/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/repository/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/repository/repository_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/scan_ci/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/scan_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/version/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/version/version_command.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/config.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/config.yaml +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/consts.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/excluder.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/sca/sca_code_scanner.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/main.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/models.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/__init__.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/auth_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/client_creator.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/config.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/config.yaml +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/config_dev.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/models.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/report_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/scan_client.py +0 -0
- {cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cyclient/scan_config_base.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.7.1.dev7' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -4,7 +4,7 @@ from typing import List, Optional
|
|
|
4
4
|
import click
|
|
5
5
|
|
|
6
6
|
from cycode.cli.models import Document
|
|
7
|
-
from cycode.cli.utils.path_utils import get_file_dir, join_paths
|
|
7
|
+
from cycode.cli.utils.path_utils import get_file_content, get_file_dir, join_paths
|
|
8
8
|
from cycode.cli.utils.shell_executor import shell
|
|
9
9
|
from cycode.cyclient import logger
|
|
10
10
|
|
|
@@ -39,6 +39,23 @@ class BaseRestoreMavenDependencies(ABC):
|
|
|
39
39
|
else document.path
|
|
40
40
|
)
|
|
41
41
|
|
|
42
|
+
def try_restore_dependencies(self, document: Document) -> Optional[Document]:
|
|
43
|
+
manifest_file_path = self.get_manifest_file_path(document)
|
|
44
|
+
restore_file_path = build_dep_tree_path(document.path, self.get_lock_file_name())
|
|
45
|
+
|
|
46
|
+
if self.verify_restore_file_already_exist(restore_file_path):
|
|
47
|
+
restore_file_content = get_file_content(restore_file_path)
|
|
48
|
+
else:
|
|
49
|
+
restore_file_content = execute_command(
|
|
50
|
+
self.get_command(manifest_file_path), manifest_file_path, self.command_timeout
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
return Document(restore_file_path, restore_file_content, self.is_git_diff)
|
|
54
|
+
|
|
55
|
+
@abstractmethod
|
|
56
|
+
def verify_restore_file_already_exist(self, restore_file_path: str) -> bool:
|
|
57
|
+
pass
|
|
58
|
+
|
|
42
59
|
@abstractmethod
|
|
43
60
|
def is_project(self, document: Document) -> bool:
|
|
44
61
|
pass
|
|
@@ -50,11 +67,3 @@ class BaseRestoreMavenDependencies(ABC):
|
|
|
50
67
|
@abstractmethod
|
|
51
68
|
def get_lock_file_name(self) -> str:
|
|
52
69
|
pass
|
|
53
|
-
|
|
54
|
-
def try_restore_dependencies(self, document: Document) -> Optional[Document]:
|
|
55
|
-
manifest_file_path = self.get_manifest_file_path(document)
|
|
56
|
-
return Document(
|
|
57
|
-
build_dep_tree_path(document.path, self.get_lock_file_name()),
|
|
58
|
-
execute_command(self.get_command(manifest_file_path), manifest_file_path, self.command_timeout),
|
|
59
|
-
self.is_git_diff,
|
|
60
|
-
)
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import os
|
|
1
2
|
from typing import List
|
|
2
3
|
|
|
3
4
|
import click
|
|
@@ -22,3 +23,6 @@ class RestoreGradleDependencies(BaseRestoreMavenDependencies):
|
|
|
22
23
|
|
|
23
24
|
def get_lock_file_name(self) -> str:
|
|
24
25
|
return BUILD_GRADLE_DEP_TREE_FILE_NAME
|
|
26
|
+
|
|
27
|
+
def verify_restore_file_already_exist(self, restore_file_path: str) -> bool:
|
|
28
|
+
return os.path.isfile(restore_file_path)
|
|
@@ -29,6 +29,9 @@ class RestoreMavenDependencies(BaseRestoreMavenDependencies):
|
|
|
29
29
|
def get_lock_file_name(self) -> str:
|
|
30
30
|
return join_paths('target', MAVEN_CYCLONE_DEP_TREE_FILE_NAME)
|
|
31
31
|
|
|
32
|
+
def verify_restore_file_already_exist(self, restore_file_path: str) -> bool:
|
|
33
|
+
return False
|
|
34
|
+
|
|
32
35
|
def try_restore_dependencies(self, document: Document) -> Optional[Document]:
|
|
33
36
|
restore_dependencies_document = super().try_restore_dependencies(document)
|
|
34
37
|
manifest_file_path = self.get_manifest_file_path(document)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "cycode"
|
|
3
|
-
version = "1.7.1.
|
|
3
|
+
version = "1.7.1.dev7" # 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.7.1.dev6' # 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
|
|
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.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/path/path_command.py
RENAMED
|
File without changes
|
{cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/report/sbom/repository_url/__init__.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
|
{cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/pre_receive/pre_receive_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-1.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/commands/scan/repository/repository_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
|
|
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.7.1.dev6 → cycode-1.7.1.dev7}/cycode/cli/files_collector/iac/tf_content_generator.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|