cycode 3.9.4.dev1__tar.gz → 3.9.4.dev3__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.9.4.dev1 → cycode-3.9.4.dev3}/PKG-INFO +8 -2
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/README.md +7 -1
- cycode-3.9.4.dev3/cycode/__init__.py +1 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/path/path_command.py +15 -1
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/pyproject.toml +1 -1
- cycode-3.9.4.dev1/cycode/__init__.py +0 -1
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/LICENCE +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/__main__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/app.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/command_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/consts.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/hooks_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/install_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/consts.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/handlers.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/payload.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/policy.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/response_builders.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/scan_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/types.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/scan/utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/status_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_guardrails/uninstall_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_remediation/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_remediation/ai_remediation_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_remediation/apply_fix.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ai_remediation/print_remediation.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/auth/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/auth/auth_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/auth/auth_common.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/auth/auth_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/auth/models.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/configure/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/configure/configure_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/configure/consts.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/configure/messages.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/configure/prompts.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ignore/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/ignore/ignore_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/mcp/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/mcp/mcp_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/report_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/common.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/path/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/repository_url/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/sbom_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report/sbom/sbom_report_file.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report_import/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report_import/report_import_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report_import/sbom/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report_import/sbom/sbom_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/aggregation_report.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/code_scanner.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/commit_history/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/commit_history/commit_history_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/commit_range_scanner.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/detection_excluder.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/path/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/path/path_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_commit/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_push/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_push/pre_push_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_receive/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/remote_url_resolver.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/repository/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/repository/repository_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_ci/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_parameters.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/scan_result.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/status/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/status/get_cli_status.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/status/models.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/status/status_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/status/version_command.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/cli_types.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/config.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/console.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/consts.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_ai_remediation_errors.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_auth_errors.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_errors.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/commit_range_documents.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/documents_walk_ignore.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/file_excluder.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/base_restore_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/go/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/npm/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/nuget/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/nuget/restore_nuget_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/ruby/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/sbt/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/sca_file_collector.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/walk_ignore.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/logger.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/main.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/models.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/rich_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/code_snippet_syntax.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/detection_data.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/detection_ordering/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/detection_ordering/common_ordering.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/detection_ordering/sca_ordering.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/rich_helpers.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/ignore_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/url_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/version_checker.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/config.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/__init__.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/ai_security_manager_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/ai_security_manager_service_config.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/auth_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/base_token_auth_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/client_creator.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/config.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/config_dev.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/cycode_oidc_based_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/headers.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/import_sbom_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/logger.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/models.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/report_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/scan_client.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cyclient/scan_config_base.py +0 -0
- {cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cycode
|
|
3
|
-
Version: 3.9.4.
|
|
3
|
+
Version: 3.9.4.dev3
|
|
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
|
|
@@ -104,7 +104,7 @@ This guide walks you through both installation and usage.
|
|
|
104
104
|
|
|
105
105
|
# Prerequisites
|
|
106
106
|
|
|
107
|
-
- The Cycode CLI application requires Python version 3.9 or later.
|
|
107
|
+
- The Cycode CLI application requires Python version 3.9 or later. The MCP command is available only for Python 3.10 and above. If you're using an earlier Python version, this command will not be available.
|
|
108
108
|
- Use the [`cycode auth` command](#using-the-auth-command) to authenticate to Cycode with the CLI
|
|
109
109
|
- Alternatively, you can get a Cycode Client ID and Client Secret Key by following the steps detailed in the [Service Account Token](https://docs.cycode.com/docs/en/service-accounts) and [Personal Access Token](https://docs.cycode.com/v1/docs/managing-personal-access-tokens) pages, which contain details on getting these values.
|
|
110
110
|
|
|
@@ -1349,6 +1349,12 @@ To create an SBOM report for a path:\
|
|
|
1349
1349
|
For example:\
|
|
1350
1350
|
`cycode report sbom --format spdx-2.3 --include-vulnerabilities --include-dev-dependencies path /path/to/local/project`
|
|
1351
1351
|
|
|
1352
|
+
The `path` subcommand supports the following additional options:
|
|
1353
|
+
|
|
1354
|
+
| Option | Description |
|
|
1355
|
+
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------|
|
|
1356
|
+
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when building the dependency tree |
|
|
1357
|
+
|
|
1352
1358
|
# Import Command
|
|
1353
1359
|
|
|
1354
1360
|
## Importing SBOM
|
|
@@ -62,7 +62,7 @@ This guide walks you through both installation and usage.
|
|
|
62
62
|
|
|
63
63
|
# Prerequisites
|
|
64
64
|
|
|
65
|
-
- The Cycode CLI application requires Python version 3.9 or later.
|
|
65
|
+
- The Cycode CLI application requires Python version 3.9 or later. The MCP command is available only for Python 3.10 and above. If you're using an earlier Python version, this command will not be available.
|
|
66
66
|
- Use the [`cycode auth` command](#using-the-auth-command) to authenticate to Cycode with the CLI
|
|
67
67
|
- Alternatively, you can get a Cycode Client ID and Client Secret Key by following the steps detailed in the [Service Account Token](https://docs.cycode.com/docs/en/service-accounts) and [Personal Access Token](https://docs.cycode.com/v1/docs/managing-personal-access-tokens) pages, which contain details on getting these values.
|
|
68
68
|
|
|
@@ -1307,6 +1307,12 @@ To create an SBOM report for a path:\
|
|
|
1307
1307
|
For example:\
|
|
1308
1308
|
`cycode report sbom --format spdx-2.3 --include-vulnerabilities --include-dev-dependencies path /path/to/local/project`
|
|
1309
1309
|
|
|
1310
|
+
The `path` subcommand supports the following additional options:
|
|
1311
|
+
|
|
1312
|
+
| Option | Description |
|
|
1313
|
+
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------|
|
|
1314
|
+
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when building the dependency tree |
|
|
1315
|
+
|
|
1310
1316
|
# Import Command
|
|
1311
1317
|
|
|
1312
1318
|
## Importing SBOM
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.9.4.dev3' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import time
|
|
2
2
|
from pathlib import Path
|
|
3
|
-
from typing import Annotated
|
|
3
|
+
from typing import Annotated, Optional
|
|
4
4
|
|
|
5
5
|
import typer
|
|
6
6
|
|
|
@@ -14,6 +14,8 @@ from cycode.cli.utils.get_api_client import get_report_cycode_client
|
|
|
14
14
|
from cycode.cli.utils.progress_bar import SbomReportProgressBarSection
|
|
15
15
|
from cycode.cli.utils.scan_utils import is_cycodeignore_allowed_by_scan_config
|
|
16
16
|
|
|
17
|
+
_SCA_RICH_HELP_PANEL = 'SCA options'
|
|
18
|
+
|
|
17
19
|
|
|
18
20
|
def path_command(
|
|
19
21
|
ctx: typer.Context,
|
|
@@ -21,7 +23,19 @@ def path_command(
|
|
|
21
23
|
Path,
|
|
22
24
|
typer.Argument(exists=True, resolve_path=True, help='Path to generate SBOM report for.', show_default=False),
|
|
23
25
|
],
|
|
26
|
+
maven_settings_file: Annotated[
|
|
27
|
+
Optional[Path],
|
|
28
|
+
typer.Option(
|
|
29
|
+
'--maven-settings-file',
|
|
30
|
+
show_default=False,
|
|
31
|
+
help='When specified, Cycode will use this settings.xml file when building the maven dependency tree.',
|
|
32
|
+
dir_okay=False,
|
|
33
|
+
rich_help_panel=_SCA_RICH_HELP_PANEL,
|
|
34
|
+
),
|
|
35
|
+
] = None,
|
|
24
36
|
) -> None:
|
|
37
|
+
ctx.obj['maven_settings_file'] = maven_settings_file
|
|
38
|
+
|
|
25
39
|
client = get_report_cycode_client(ctx)
|
|
26
40
|
report_parameters = ctx.obj['report_parameters']
|
|
27
41
|
output_format = report_parameters.output_format
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.9.4.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/report_import/report_import_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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/exceptions/handle_ai_remediation_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/commit_range_documents.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/base_restore_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/files_collector/sca/sca_file_collector.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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/cycode/cli/printers/utils/detection_ordering/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|
{cycode-3.9.4.dev1 → cycode-3.9.4.dev3}/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
|