cycode 2.0.1.dev4__tar.gz → 2.1.1__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-2.0.1.dev4 → cycode-2.1.1}/PKG-INFO +1 -1
- cycode-2.1.1/cycode/__init__.py +1 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/code_scanner.py +4 -4
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/scan_command.py +1 -1
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/models.py +8 -4
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/sca_table_printer.py +5 -2
- {cycode-2.0.1.dev4 → cycode-2.1.1}/pyproject.toml +1 -1
- cycode-2.0.1.dev4/cycode/__init__.py +0 -1
- {cycode-2.0.1.dev4 → cycode-2.1.1}/LICENCE +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/README.md +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/ai_remediation/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/ai_remediation/ai_remediation_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/auth/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/auth/auth_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/auth/auth_manager.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/auth_common.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/configure/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/configure/configure_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/ignore/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/ignore/ignore_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/main_cli.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/report_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/common.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/path/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/path/path_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/repository_url/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/sbom_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/report/sbom/sbom_report_file.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/commit_history/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/commit_history/commit_history_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/path/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/path/path_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_commit/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_receive/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/repository/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/repository/repository_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/scan_ci/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/status/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/status/status_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/version/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/version/version_command.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/config.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/config.yaml +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/consts.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/common.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/handle_ai_remediation_errors.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/excluder.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/base_restore_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/go/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/npm/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/nuget/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/nuget/restore_nuget_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/ruby/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/sbt/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/sca_code_scanner.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/main.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/sentry.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/__init__.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/auth_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/client_creator.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/config.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/config.yaml +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/config_dev.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/headers.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/models.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/report_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/scan_client.py +0 -0
- {cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cyclient/scan_config_base.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.1.1' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -627,7 +627,10 @@ def get_document_detections(
|
|
|
627
627
|
|
|
628
628
|
|
|
629
629
|
def exclude_irrelevant_document_detections(
|
|
630
|
-
document_detections_list: List[DocumentDetections],
|
|
630
|
+
document_detections_list: List[DocumentDetections],
|
|
631
|
+
scan_type: str,
|
|
632
|
+
command_scan_type: str,
|
|
633
|
+
severity_threshold: str,
|
|
631
634
|
) -> List[DocumentDetections]:
|
|
632
635
|
relevant_document_detections_list = []
|
|
633
636
|
for document_detections in document_detections_list:
|
|
@@ -717,9 +720,6 @@ def exclude_irrelevant_detections(
|
|
|
717
720
|
|
|
718
721
|
|
|
719
722
|
def _exclude_detections_by_severity(detections: List[Detection], severity_threshold: str) -> List[Detection]:
|
|
720
|
-
if severity_threshold is None:
|
|
721
|
-
return detections
|
|
722
|
-
|
|
723
723
|
relevant_detections = []
|
|
724
724
|
for detection in detections:
|
|
725
725
|
severity = detection.detection_details.get('advisory_severity')
|
|
@@ -65,7 +65,7 @@ from cycode.cli.utils.get_api_client import get_scan_cycode_client
|
|
|
65
65
|
)
|
|
66
66
|
@click.option(
|
|
67
67
|
'--severity-threshold',
|
|
68
|
-
default=
|
|
68
|
+
default=Severity.INFO.name,
|
|
69
69
|
help='Show violations only for the specified level or higher.',
|
|
70
70
|
type=click.Choice([e.name for e in Severity]),
|
|
71
71
|
required=False,
|
|
@@ -33,6 +33,9 @@ class DocumentDetections:
|
|
|
33
33
|
return 'document:{0}, detections:{1}'.format(self.document, self.detections)
|
|
34
34
|
|
|
35
35
|
|
|
36
|
+
SEVERITY_UNKNOWN_WEIGHT = -2
|
|
37
|
+
|
|
38
|
+
|
|
36
39
|
class Severity(Enum):
|
|
37
40
|
INFO = -1
|
|
38
41
|
LOW = 0
|
|
@@ -42,7 +45,7 @@ class Severity(Enum):
|
|
|
42
45
|
CRITICAL = 3
|
|
43
46
|
|
|
44
47
|
@staticmethod
|
|
45
|
-
def try_get_value(name: str) ->
|
|
48
|
+
def try_get_value(name: str) -> Optional[int]:
|
|
46
49
|
name = name.upper()
|
|
47
50
|
if name not in Severity.__members__:
|
|
48
51
|
return None
|
|
@@ -50,10 +53,11 @@ class Severity(Enum):
|
|
|
50
53
|
return Severity[name].value
|
|
51
54
|
|
|
52
55
|
@staticmethod
|
|
53
|
-
def get_member_weight(name: str) ->
|
|
56
|
+
def get_member_weight(name: str) -> int:
|
|
54
57
|
weight = Severity.try_get_value(name)
|
|
55
|
-
if weight is None: #
|
|
56
|
-
return
|
|
58
|
+
if weight is None: # unknown severity
|
|
59
|
+
return SEVERITY_UNKNOWN_WEIGHT
|
|
60
|
+
|
|
57
61
|
return weight
|
|
58
62
|
|
|
59
63
|
|
|
@@ -4,7 +4,7 @@ from typing import TYPE_CHECKING, Dict, List
|
|
|
4
4
|
import click
|
|
5
5
|
|
|
6
6
|
from cycode.cli.consts import LICENSE_COMPLIANCE_POLICY_ID, PACKAGE_VULNERABILITY_POLICY_ID
|
|
7
|
-
from cycode.cli.models import Detection, Severity
|
|
7
|
+
from cycode.cli.models import SEVERITY_UNKNOWN_WEIGHT, Detection, Severity
|
|
8
8
|
from cycode.cli.printers.tables.table import Table
|
|
9
9
|
from cycode.cli.printers.tables.table_models import ColumnInfoBuilder, ColumnWidths
|
|
10
10
|
from cycode.cli.printers.tables.table_printer_base import TablePrinterBase
|
|
@@ -73,7 +73,10 @@ class ScaTablePrinter(TablePrinterBase):
|
|
|
73
73
|
@staticmethod
|
|
74
74
|
def __severity_sort_key(detection: Detection) -> int:
|
|
75
75
|
severity = detection.detection_details.get('advisory_severity')
|
|
76
|
-
|
|
76
|
+
if severity:
|
|
77
|
+
return Severity.get_member_weight(severity)
|
|
78
|
+
|
|
79
|
+
return SEVERITY_UNKNOWN_WEIGHT
|
|
77
80
|
|
|
78
81
|
def _sort_detections_by_severity(self, detections: List[Detection]) -> List[Detection]:
|
|
79
82
|
return sorted(detections, key=self.__severity_sort_key, reverse=True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "cycode"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.1.1" # 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__ = '2.0.1.dev4' # 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
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/ai_remediation/ai_remediation_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
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/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
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/commit_history/commit_history_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_commit/pre_commit_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/commands/scan/pre_receive/pre_receive_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/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
|
|
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-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/base_restore_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-2.0.1.dev4 → cycode-2.1.1}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.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
|