cycode 3.14.0__tar.gz → 3.14.1.dev1__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.14.0 → cycode-3.14.1.dev1}/PKG-INFO +9 -1
- {cycode-3.14.0 → cycode-3.14.1.dev1}/README.md +8 -0
- cycode-3.14.1.dev1/cycode/__init__.py +1 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_command.py +4 -1
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/consts.py +1 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/nuget/restore_nuget_dependencies.py +11 -1
- {cycode-3.14.0 → cycode-3.14.1.dev1}/pyproject.toml +1 -1
- cycode-3.14.0/cycode/__init__.py +0 -1
- {cycode-3.14.0 → cycode-3.14.1.dev1}/LICENCE +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/__main__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/app.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/activation_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/command_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/consts.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/hooks_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/install_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/claude_config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/consts.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/cursor_config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/handlers.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/payload.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/policy.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/response_builders.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/scan_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/types.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/session_start_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/status_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/uninstall_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_remediation/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_remediation/ai_remediation_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_remediation/apply_fix.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_remediation/print_remediation.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/api/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/api/api_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/api/openapi_spec.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/auth/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/auth/auth_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/auth/auth_common.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/auth/auth_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/auth/models.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/configure/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/configure/configure_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/configure/consts.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/configure/messages.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/configure/prompts.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ignore/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ignore/ignore_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/mcp/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/mcp/mcp_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/report_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/common.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/path/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/path/path_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/repository_url/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/sbom_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report/sbom/sbom_report_file.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report_import/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report_import/report_import_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report_import/sbom/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/report_import/sbom/sbom_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/sca_options.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/aggregation_report.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/code_scanner.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/commit_history/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/commit_history/commit_history_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/commit_range_scanner.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/detection_excluder.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/path/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/path/path_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_commit/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_push/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_push/pre_push_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_receive/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/remote_url_resolver.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/repository/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/repository/repository_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_ci/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_parameters.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/scan_result.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/status/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/status/get_cli_status.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/status/models.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/status/status_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/status/version_command.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/cli_types.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/console.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/handle_ai_remediation_errors.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/handle_auth_errors.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/handle_errors.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/commit_range_documents.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/documents_walk_ignore.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/file_excluder.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/base_restore_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/go/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_deno_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_pnpm_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_yarn_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/nuget/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/php/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/php/restore_composer_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/python/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/python/restore_pipenv_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/python/restore_poetry_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/ruby/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/sbt/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/sca_file_collector.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/walk_ignore.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/logger.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/main.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/models.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/rich_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/code_snippet_syntax.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_data.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/common_ordering.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/sca_ordering.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/rich_helpers.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/binary_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/ignore_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/url_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/version_checker.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/__init__.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/ai_security_manager_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/ai_security_manager_service_config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/auth_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/base_token_auth_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cli_activation_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/client_creator.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/config.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/config_dev.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cycode_oidc_based_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/headers.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/import_sbom_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/logger.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/models.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/report_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/scan_client.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cyclient/scan_config_base.py +0 -0
- {cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cycode
|
|
3
|
-
Version: 3.14.
|
|
3
|
+
Version: 3.14.1.dev1
|
|
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
|
|
@@ -843,6 +843,14 @@ cycode scan -t sca --stop-on-error path ~/home/git/codebase
|
|
|
843
843
|
|
|
844
844
|
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.
|
|
845
845
|
|
|
846
|
+
When `--stop-on-error` is used, the CLI distinguishes between scan errors and policy violations via exit codes:
|
|
847
|
+
|
|
848
|
+
| Exit code | Meaning |
|
|
849
|
+
|-----------|---------|
|
|
850
|
+
| `0` | Scan completed with no violations |
|
|
851
|
+
| `1` | Scan completed and violations were found |
|
|
852
|
+
| `2` | Scan aborted due to an error (only when `--stop-on-error` is set) |
|
|
853
|
+
|
|
846
854
|
### Repository Scan
|
|
847
855
|
|
|
848
856
|
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.
|
|
@@ -802,6 +802,14 @@ cycode scan -t sca --stop-on-error path ~/home/git/codebase
|
|
|
802
802
|
|
|
803
803
|
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.
|
|
804
804
|
|
|
805
|
+
When `--stop-on-error` is used, the CLI distinguishes between scan errors and policy violations via exit codes:
|
|
806
|
+
|
|
807
|
+
| Exit code | Meaning |
|
|
808
|
+
|-----------|---------|
|
|
809
|
+
| `0` | Scan completed with no violations |
|
|
810
|
+
| `1` | Scan completed and violations were found |
|
|
811
|
+
| `2` | Scan aborted due to an error (only when `--stop-on-error` is set) |
|
|
812
|
+
|
|
805
813
|
### Repository Scan
|
|
806
814
|
|
|
807
815
|
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.14.1.dev1' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -17,6 +17,7 @@ from cycode.cli.cli_types import ExportTypeOption, ScanTypeOption, ScaScanTypeOp
|
|
|
17
17
|
from cycode.cli.consts import (
|
|
18
18
|
ISSUE_DETECTED_STATUS_CODE,
|
|
19
19
|
NO_ISSUES_STATUS_CODE,
|
|
20
|
+
SCAN_ERROR_STATUS_CODE,
|
|
20
21
|
)
|
|
21
22
|
from cycode.cli.files_collector.file_excluder import excluder
|
|
22
23
|
from cycode.cli.utils import scan_utils
|
|
@@ -187,7 +188,9 @@ def scan_command_result_callback(ctx: click.Context, *_, **__) -> None:
|
|
|
187
188
|
raise typer.Exit(0)
|
|
188
189
|
|
|
189
190
|
exit_code = NO_ISSUES_STATUS_CODE
|
|
190
|
-
if
|
|
191
|
+
if ctx.obj.get('did_fail') and ctx.obj.get('stop_on_error'):
|
|
192
|
+
exit_code = SCAN_ERROR_STATUS_CODE
|
|
193
|
+
elif scan_utils.is_scan_failed(ctx):
|
|
191
194
|
exit_code = ISSUE_DETECTED_STATUS_CODE
|
|
192
195
|
|
|
193
196
|
raise typer.Exit(exit_code)
|
|
@@ -277,6 +277,7 @@ VERBOSE_SCAN_FLAG = 'verbose'
|
|
|
277
277
|
|
|
278
278
|
ISSUE_DETECTED_STATUS_CODE = 1
|
|
279
279
|
NO_ISSUES_STATUS_CODE = 0
|
|
280
|
+
SCAN_ERROR_STATUS_CODE = 2
|
|
280
281
|
|
|
281
282
|
LICENSE_COMPLIANCE_POLICY_ID = '8f681450-49e1-4f7e-85b7-0c8fe84b3a35'
|
|
282
283
|
PACKAGE_VULNERABILITY_POLICY_ID = '9369d10a-9ac0-48d3-9921-5de7fe9a37a7'
|
|
@@ -15,7 +15,17 @@ class RestoreNugetDependencies(BaseRestoreDependencies):
|
|
|
15
15
|
return any(document.path.endswith(ext) for ext in NUGET_PROJECT_FILE_EXTENSIONS)
|
|
16
16
|
|
|
17
17
|
def get_commands(self, manifest_file_path: str) -> list[list[str]]:
|
|
18
|
-
return [
|
|
18
|
+
return [
|
|
19
|
+
[
|
|
20
|
+
'dotnet',
|
|
21
|
+
'restore',
|
|
22
|
+
manifest_file_path,
|
|
23
|
+
'--use-lock-file',
|
|
24
|
+
'--verbosity',
|
|
25
|
+
'quiet',
|
|
26
|
+
'--ignore-failed-sources',
|
|
27
|
+
]
|
|
28
|
+
]
|
|
19
29
|
|
|
20
30
|
def get_lock_file_name(self) -> str:
|
|
21
31
|
return NUGET_LOCK_FILE_NAME
|
cycode-3.14.0/cycode/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.14.0' # 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
|
|
File without changes
|
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/ai_guardrails/scan/response_builders.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.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/commit_history/commit_history_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.14.0 → cycode-3.14.1.dev1}/cycode/cli/apps/scan/pre_receive/pre_receive_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
|
|
File without changes
|
|
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.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/base_restore_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/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-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_deno_dependencies.py
RENAMED
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py
RENAMED
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_pnpm_dependencies.py
RENAMED
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/files_collector/sca/npm/restore_yarn_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
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/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
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/__init__.py
RENAMED
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/common_ordering.py
RENAMED
|
File without changes
|
{cycode-3.14.0 → cycode-3.14.1.dev1}/cycode/cli/printers/utils/detection_ordering/sca_ordering.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
|