cycode 3.12.1.dev1__tar.gz → 3.12.1.dev2__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-3.12.1.dev1 → cycode-3.12.1.dev2}/PKG-INFO +15 -1
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/README.md +14 -0
- cycode-3.12.1.dev2/cycode/__init__.py +1 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/path/path_command.py +4 -1
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/sca_options.py +11 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/code_scanner.py +1 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_command.py +8 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/custom_exceptions.py +9 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_scan_errors.py +6 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/path_documents.py +6 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/sca_file_collector.py +5 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/pyproject.toml +1 -1
- cycode-3.12.1.dev1/cycode/__init__.py +0 -1
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/LICENCE +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/__main__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/app.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/activation_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/command_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/consts.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/ensure_auth_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/hooks_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/install_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/consts.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/handlers.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/payload.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/policy.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/response_builders.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/scan_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/types.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/status_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/uninstall_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/ai_remediation_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/apply_fix.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/print_remediation.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/auth/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/auth/auth_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/auth/auth_common.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/auth/auth_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/auth/models.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/configure/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/configure/configure_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/configure/consts.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/configure/messages.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/configure/prompts.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ignore/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ignore/ignore_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/mcp/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/mcp/mcp_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/report_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/common.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/path/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/repository_url/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/sbom_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/sbom_report_file.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/report_import_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/sbom/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/sbom/sbom_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/aggregation_report.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/commit_history/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/commit_history/commit_history_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/commit_range_scanner.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/detection_excluder.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/path/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/path/path_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_commit/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_push/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_push/pre_push_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_receive/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/remote_url_resolver.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/repository/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/repository/repository_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_ci/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_parameters.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/scan_result.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/status/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/status/get_cli_status.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/status/models.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/status/status_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/status/version_command.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/cli_types.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/config.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/console.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/consts.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_ai_remediation_errors.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_auth_errors.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_errors.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/commit_range_documents.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/documents_walk_ignore.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/file_excluder.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/base_restore_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/go/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/npm/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/npm/restore_deno_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/npm/restore_pnpm_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/npm/restore_yarn_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/nuget/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/nuget/restore_nuget_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/php/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/php/restore_composer_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/python/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/python/restore_pipenv_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/python/restore_poetry_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/ruby/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/sbt/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/walk_ignore.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/logger.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/main.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/models.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/rich_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/code_snippet_syntax.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/detection_data.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/detection_ordering/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/detection_ordering/common_ordering.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/detection_ordering/sca_ordering.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/rich_helpers.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/binary_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/ignore_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/url_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/version_checker.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/config.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/__init__.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/ai_security_manager_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/ai_security_manager_service_config.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/auth_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/base_token_auth_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cli_activation_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/client_creator.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/config.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/config_dev.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cycode_oidc_based_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/headers.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/import_sbom_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/logger.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/models.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/report_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/scan_client.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/scan_config_base.py +0 -0
- {cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cycode
|
|
3
|
-
Version: 3.12.1.
|
|
3
|
+
Version: 3.12.1.dev2
|
|
4
4
|
Summary: Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENCE
|
|
@@ -71,6 +71,7 @@ This guide walks you through both installation and usage.
|
|
|
71
71
|
4. [Package Vulnerabilities](#package-vulnerabilities-option)
|
|
72
72
|
5. [License Compliance](#license-compliance-option)
|
|
73
73
|
6. [Lock Restore](#lock-restore-option)
|
|
74
|
+
7. [Stop on Error](#stop-on-error-option)
|
|
74
75
|
2. [Repository Scan](#repository-scan)
|
|
75
76
|
1. [Branch Option](#branch-option)
|
|
76
77
|
3. [Path Scan](#path-scan)
|
|
@@ -661,6 +662,7 @@ The Cycode CLI application offers several types of scans so that you can choose
|
|
|
661
662
|
| `--monitor` | When specified, the scan results will be recorded in Cycode. |
|
|
662
663
|
| `--cycode-report` | Display a link to the scan report in the Cycode platform in the console output. |
|
|
663
664
|
| `--no-restore` | When specified, Cycode will not run the restore command. This will scan direct dependencies ONLY! |
|
|
665
|
+
| `--stop-on-error` | Abort the scan if any file collection or dependency restore failure occurs, instead of skipping the failed file and continuing. |
|
|
664
666
|
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from |
|
|
665
667
|
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when scanning for dependencies |
|
|
666
668
|
| `--help` | Show options for given command. |
|
|
@@ -767,6 +769,18 @@ If a lockfile already exists alongside the manifest, Cycode reads it directly wi
|
|
|
767
769
|
addSbtPlugin("software.purpledragon" % "sbt-dependency-lock" % "1.5.1")
|
|
768
770
|
```
|
|
769
771
|
|
|
772
|
+
#### Stop on Error Option
|
|
773
|
+
|
|
774
|
+
By default, Cycode continues scanning even if a file cannot be read (e.g. due to a permission error) or a dependency lockfile cannot be generated during an SCA scan. The failed item is skipped with a warning and the scan proceeds with the remaining files.
|
|
775
|
+
|
|
776
|
+
Use `--stop-on-error` to change this behaviour: the scan aborts immediately on the first such failure and reports the error.
|
|
777
|
+
|
|
778
|
+
```bash
|
|
779
|
+
cycode scan -t sca --stop-on-error path ~/home/git/codebase
|
|
780
|
+
```
|
|
781
|
+
|
|
782
|
+
This is useful in CI pipelines where a silent failure would produce an incomplete scan result. When `--stop-on-error` is triggered you can either fix the underlying issue or, for SCA restore failures specifically, add `--no-restore` to skip lockfile generation and scan direct dependencies only.
|
|
783
|
+
|
|
770
784
|
### Repository Scan
|
|
771
785
|
|
|
772
786
|
A repository scan examines an entire local repository for any exposed secrets or insecure misconfigurations. This more holistic scan type looks at everything: the current state of your repository and its commit history. It will look not only for secrets that are currently exposed within the repository but previously deleted secrets as well.
|
|
@@ -30,6 +30,7 @@ This guide walks you through both installation and usage.
|
|
|
30
30
|
4. [Package Vulnerabilities](#package-vulnerabilities-option)
|
|
31
31
|
5. [License Compliance](#license-compliance-option)
|
|
32
32
|
6. [Lock Restore](#lock-restore-option)
|
|
33
|
+
7. [Stop on Error](#stop-on-error-option)
|
|
33
34
|
2. [Repository Scan](#repository-scan)
|
|
34
35
|
1. [Branch Option](#branch-option)
|
|
35
36
|
3. [Path Scan](#path-scan)
|
|
@@ -620,6 +621,7 @@ The Cycode CLI application offers several types of scans so that you can choose
|
|
|
620
621
|
| `--monitor` | When specified, the scan results will be recorded in Cycode. |
|
|
621
622
|
| `--cycode-report` | Display a link to the scan report in the Cycode platform in the console output. |
|
|
622
623
|
| `--no-restore` | When specified, Cycode will not run the restore command. This will scan direct dependencies ONLY! |
|
|
624
|
+
| `--stop-on-error` | Abort the scan if any file collection or dependency restore failure occurs, instead of skipping the failed file and continuing. |
|
|
623
625
|
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from |
|
|
624
626
|
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when scanning for dependencies |
|
|
625
627
|
| `--help` | Show options for given command. |
|
|
@@ -726,6 +728,18 @@ If a lockfile already exists alongside the manifest, Cycode reads it directly wi
|
|
|
726
728
|
addSbtPlugin("software.purpledragon" % "sbt-dependency-lock" % "1.5.1")
|
|
727
729
|
```
|
|
728
730
|
|
|
731
|
+
#### Stop on Error Option
|
|
732
|
+
|
|
733
|
+
By default, Cycode continues scanning even if a file cannot be read (e.g. due to a permission error) or a dependency lockfile cannot be generated during an SCA scan. The failed item is skipped with a warning and the scan proceeds with the remaining files.
|
|
734
|
+
|
|
735
|
+
Use `--stop-on-error` to change this behaviour: the scan aborts immediately on the first such failure and reports the error.
|
|
736
|
+
|
|
737
|
+
```bash
|
|
738
|
+
cycode scan -t sca --stop-on-error path ~/home/git/codebase
|
|
739
|
+
```
|
|
740
|
+
|
|
741
|
+
This is useful in CI pipelines where a silent failure would produce an incomplete scan result. When `--stop-on-error` is triggered you can either fix the underlying issue or, for SCA restore failures specifically, add `--no-restore` to skip lockfile generation and scan direct dependencies only.
|
|
742
|
+
|
|
729
743
|
### Repository Scan
|
|
730
744
|
|
|
731
745
|
A repository scan examines an entire local repository for any exposed secrets or insecure misconfigurations. This more holistic scan type looks at everything: the current state of your repository and its commit history. It will look not only for secrets that are currently exposed within the repository but previously deleted secrets as well.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.12.1.dev2' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -10,6 +10,7 @@ from cycode.cli.apps.sca_options import (
|
|
|
10
10
|
GradleAllSubProjectsOption,
|
|
11
11
|
MavenSettingsFileOption,
|
|
12
12
|
NoRestoreOption,
|
|
13
|
+
StopOnErrorOption,
|
|
13
14
|
apply_sca_restore_options_to_context,
|
|
14
15
|
)
|
|
15
16
|
from cycode.cli.exceptions.handle_report_sbom_errors import handle_report_exception
|
|
@@ -30,8 +31,9 @@ def path_command(
|
|
|
30
31
|
no_restore: NoRestoreOption = False,
|
|
31
32
|
gradle_all_sub_projects: GradleAllSubProjectsOption = False,
|
|
32
33
|
maven_settings_file: MavenSettingsFileOption = None,
|
|
34
|
+
stop_on_error: StopOnErrorOption = False,
|
|
33
35
|
) -> None:
|
|
34
|
-
apply_sca_restore_options_to_context(ctx, no_restore, gradle_all_sub_projects, maven_settings_file)
|
|
36
|
+
apply_sca_restore_options_to_context(ctx, no_restore, gradle_all_sub_projects, maven_settings_file, stop_on_error)
|
|
35
37
|
|
|
36
38
|
client = get_report_cycode_client(ctx)
|
|
37
39
|
report_parameters = ctx.obj['report_parameters']
|
|
@@ -51,6 +53,7 @@ def path_command(
|
|
|
51
53
|
consts.SCA_SCAN_TYPE,
|
|
52
54
|
(str(path),),
|
|
53
55
|
is_cycodeignore_allowed=is_cycodeignore_allowed_by_scan_config(ctx),
|
|
56
|
+
stop_on_error=stop_on_error,
|
|
54
57
|
)
|
|
55
58
|
# TODO(MarshalX): combine perform_pre_scan_documents_actions with get_relevant_document.
|
|
56
59
|
# unhardcode usage of context in perform_pre_scan_documents_actions
|
|
@@ -35,13 +35,24 @@ MavenSettingsFileOption = Annotated[
|
|
|
35
35
|
),
|
|
36
36
|
]
|
|
37
37
|
|
|
38
|
+
StopOnErrorOption = Annotated[
|
|
39
|
+
bool,
|
|
40
|
+
typer.Option(
|
|
41
|
+
'--stop-on-error',
|
|
42
|
+
help='When specified, stops the process if any file collection or restore failure occurs.',
|
|
43
|
+
rich_help_panel=_SCA_RICH_HELP_PANEL,
|
|
44
|
+
),
|
|
45
|
+
]
|
|
46
|
+
|
|
38
47
|
|
|
39
48
|
def apply_sca_restore_options_to_context(
|
|
40
49
|
ctx: typer.Context,
|
|
41
50
|
no_restore: bool,
|
|
42
51
|
gradle_all_sub_projects: bool,
|
|
43
52
|
maven_settings_file: Optional[Path],
|
|
53
|
+
stop_on_error: bool = False,
|
|
44
54
|
) -> None:
|
|
45
55
|
ctx.obj['no_restore'] = no_restore
|
|
46
56
|
ctx.obj['gradle_all_sub_projects'] = gradle_all_sub_projects
|
|
47
57
|
ctx.obj['maven_settings_file'] = maven_settings_file
|
|
58
|
+
ctx.obj['stop_on_error'] = stop_on_error
|
|
@@ -58,6 +58,7 @@ def scan_disk_files(ctx: typer.Context, paths: tuple[str, ...]) -> None:
|
|
|
58
58
|
scan_type,
|
|
59
59
|
paths,
|
|
60
60
|
is_cycodeignore_allowed=is_cycodeignore_allowed_by_scan_config(ctx),
|
|
61
|
+
stop_on_error=ctx.obj.get('stop_on_error', False),
|
|
61
62
|
)
|
|
62
63
|
|
|
63
64
|
# Add entrypoint.cycode file at root path to mark the scan root (only for single path that is a directory)
|
|
@@ -41,6 +41,13 @@ def scan_command(
|
|
|
41
41
|
soft_fail: Annotated[
|
|
42
42
|
bool, typer.Option('--soft-fail', help='Run the scan without failing; always return a non-error status code.')
|
|
43
43
|
] = False,
|
|
44
|
+
stop_on_error: Annotated[
|
|
45
|
+
bool,
|
|
46
|
+
typer.Option(
|
|
47
|
+
'--stop-on-error',
|
|
48
|
+
help='When specified, stops the scan if any file collection or restore failure occurs.',
|
|
49
|
+
),
|
|
50
|
+
] = False,
|
|
44
51
|
severity_threshold: Annotated[
|
|
45
52
|
SeverityOption,
|
|
46
53
|
typer.Option(
|
|
@@ -131,6 +138,7 @@ def scan_command(
|
|
|
131
138
|
|
|
132
139
|
ctx.obj['show_secret'] = show_secret
|
|
133
140
|
ctx.obj['soft_fail'] = soft_fail
|
|
141
|
+
ctx.obj['stop_on_error'] = stop_on_error
|
|
134
142
|
ctx.obj['scan_type'] = scan_type
|
|
135
143
|
ctx.obj['sync'] = sync
|
|
136
144
|
ctx.obj['severity_threshold'] = severity_threshold
|
|
@@ -64,6 +64,15 @@ class ZipTooLargeError(CycodeError):
|
|
|
64
64
|
return f'The size of zip to scan is too large, size limit: {self.size_limit}'
|
|
65
65
|
|
|
66
66
|
|
|
67
|
+
class FileCollectionError(CycodeError):
|
|
68
|
+
def __init__(self, error_message: str) -> None:
|
|
69
|
+
self.error_message = error_message
|
|
70
|
+
super().__init__(self.error_message)
|
|
71
|
+
|
|
72
|
+
def __str__(self) -> str:
|
|
73
|
+
return self.error_message
|
|
74
|
+
|
|
75
|
+
|
|
67
76
|
class AuthProcessError(CycodeError):
|
|
68
77
|
def __init__(self, error_message: str) -> None:
|
|
69
78
|
self.error_message = error_message
|
|
@@ -26,6 +26,12 @@ def handle_scan_exception(ctx: typer.Context, err: Exception, *, return_exceptio
|
|
|
26
26
|
'Please try ignoring irrelevant paths using the `cycode ignore --by-path` command '
|
|
27
27
|
'and execute the scan again',
|
|
28
28
|
),
|
|
29
|
+
custom_exceptions.FileCollectionError: CliError(
|
|
30
|
+
soft_fail=False,
|
|
31
|
+
code='file_collection_error',
|
|
32
|
+
message='File collection failed. '
|
|
33
|
+
'Use --no-restore to skip dependency restoration, or fix the underlying issue.',
|
|
34
|
+
),
|
|
29
35
|
custom_exceptions.TfplanKeyError: CliError(
|
|
30
36
|
soft_fail=True,
|
|
31
37
|
code='key_error',
|
|
@@ -2,6 +2,7 @@ import os
|
|
|
2
2
|
from collections.abc import Generator
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
|
|
5
|
+
from cycode.cli.exceptions.custom_exceptions import FileCollectionError
|
|
5
6
|
from cycode.cli.files_collector.file_excluder import excluder
|
|
6
7
|
from cycode.cli.files_collector.iac.tf_content_generator import (
|
|
7
8
|
generate_tf_content_from_tfplan,
|
|
@@ -109,6 +110,7 @@ def get_relevant_documents(
|
|
|
109
110
|
*,
|
|
110
111
|
is_git_diff: bool = False,
|
|
111
112
|
is_cycodeignore_allowed: bool = True,
|
|
113
|
+
stop_on_error: bool = False,
|
|
112
114
|
) -> list[Document]:
|
|
113
115
|
relevant_files = _get_relevant_files(
|
|
114
116
|
progress_bar, progress_bar_section, scan_type, paths, is_cycodeignore_allowed=is_cycodeignore_allowed
|
|
@@ -119,6 +121,10 @@ def get_relevant_documents(
|
|
|
119
121
|
progress_bar.update(progress_bar_section)
|
|
120
122
|
|
|
121
123
|
content = get_file_content(file)
|
|
124
|
+
if content is None:
|
|
125
|
+
if stop_on_error:
|
|
126
|
+
raise FileCollectionError(f'Failed to read file: {file}')
|
|
127
|
+
continue
|
|
122
128
|
if not content:
|
|
123
129
|
continue
|
|
124
130
|
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/sca/sca_file_collector.py
RENAMED
|
@@ -4,6 +4,7 @@ from typing import TYPE_CHECKING, Optional
|
|
|
4
4
|
import typer
|
|
5
5
|
|
|
6
6
|
from cycode.cli import consts
|
|
7
|
+
from cycode.cli.exceptions.custom_exceptions import FileCollectionError
|
|
7
8
|
from cycode.cli.files_collector.repository_documents import get_file_content_from_commit_path
|
|
8
9
|
from cycode.cli.files_collector.sca.base_restore_dependencies import BaseRestoreDependencies
|
|
9
10
|
from cycode.cli.files_collector.sca.go.restore_go_dependencies import RestoreGoDependencies
|
|
@@ -116,6 +117,10 @@ def _try_restore_dependencies(
|
|
|
116
117
|
'Error occurred while trying to generate dependencies tree, %s',
|
|
117
118
|
{'filename': document.path, 'handler': type(restore_dependencies).__name__},
|
|
118
119
|
)
|
|
120
|
+
if ctx.obj.get('stop_on_error', False):
|
|
121
|
+
raise FileCollectionError(
|
|
122
|
+
f'Failed to generate dependencies tree for {document.path} using {type(restore_dependencies).__name__}'
|
|
123
|
+
)
|
|
119
124
|
return None
|
|
120
125
|
|
|
121
126
|
if restore_dependencies_document.content is None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.12.1.dev1' # 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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/ensure_auth_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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/response_builders.py
RENAMED
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/scan/scan_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_guardrails/uninstall_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/ai_remediation_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/ai_remediation/print_remediation.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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report/sbom/repository_url/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/report_import_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/report_import/sbom/sbom_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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/apps/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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_ai_remediation_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/exceptions/handle_report_sbom_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/commit_range_documents.py
RENAMED
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/documents_walk_ignore.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/iac/tf_content_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/files_collector/models/in_memory_zip.py
RENAMED
|
File without changes
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/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
|
|
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
|
{cycode-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cli/printers/utils/detection_ordering/__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
|
|
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-3.12.1.dev1 → cycode-3.12.1.dev2}/cycode/cyclient/ai_security_manager_service_config.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
|