cycode 3.11.2.dev11__tar.gz → 3.11.3.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.11.2.dev11 → cycode-3.11.3.dev1}/PKG-INFO +2 -2
- cycode-3.11.3.dev1/cycode/__init__.py +1 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/base_restore_dependencies.py +10 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py +15 -12
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/pyproject.toml +2 -2
- cycode-3.11.2.dev11/cycode/__init__.py +0 -1
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/LICENCE +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/README.md +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/__main__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/app.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/command_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/consts.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/hooks_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/install_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/consts.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/handlers.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/payload.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/policy.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/response_builders.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/scan_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/types.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/status_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/uninstall_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_remediation/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_remediation/ai_remediation_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_remediation/apply_fix.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_remediation/print_remediation.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/auth/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/auth/auth_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/auth/auth_common.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/auth/auth_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/auth/models.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/configure/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/configure/configure_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/configure/consts.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/configure/messages.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/configure/prompts.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ignore/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ignore/ignore_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/mcp/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/mcp/mcp_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/report_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/common.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/path/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/path/path_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/repository_url/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/repository_url/repository_url_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/sbom_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report/sbom/sbom_report_file.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report_import/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report_import/report_import_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report_import/sbom/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report_import/sbom/sbom_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/sca_options.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/aggregation_report.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/code_scanner.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/commit_history/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/commit_history/commit_history_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/commit_range_scanner.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/detection_excluder.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/path/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/path/path_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_commit/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_push/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_push/pre_push_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_receive/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/remote_url_resolver.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/repository/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/repository/repository_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_ci/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_ci/ci_integrations.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_ci/scan_ci_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_parameters.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/scan_result.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/status/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/status/get_cli_status.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/status/models.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/status/status_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/status/version_command.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/cli_types.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/config.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/console.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/consts.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/custom_exceptions.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_ai_remediation_errors.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_auth_errors.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_errors.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_report_sbom_errors.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_scan_errors.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/commit_range_documents.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/documents_walk_ignore.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/file_excluder.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/iac/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/iac/tf_content_generator.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/models/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/models/in_memory_zip.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/path_documents.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/repository_documents.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/go/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/go/restore_go_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/maven/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/npm/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/npm/restore_deno_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/npm/restore_pnpm_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/npm/restore_yarn_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/nuget/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/nuget/restore_nuget_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/php/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/php/restore_composer_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/python/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/python/restore_pipenv_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/python/restore_poetry_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/ruby/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/ruby/restore_ruby_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/sbt/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/sca_file_collector.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/walk_ignore.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/zip_documents.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/logger.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/main.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/models.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/console_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/json_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/printer_base.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/rich_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/sca_table_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/table.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/table_models.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/table_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/tables/table_printer_base.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/text_printer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/code_snippet_syntax.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/detection_data.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/detection_ordering/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/detection_ordering/common_ordering.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/detection_ordering/sca_ordering.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/printers/utils/rich_helpers.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/base_file_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/config_file_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/configuration_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/credentials_manager.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/jwt_creator.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/binary_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/enum_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/get_api_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/git_proxy.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/ignore_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/jwt_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/path_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/progress_bar.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/scan_batch.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/scan_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/shell_executor.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/string_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/task_timer.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/url_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/version_checker.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/utils/yaml_utils.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/config.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/__init__.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/ai_security_manager_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/ai_security_manager_service_config.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/auth_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/base_token_auth_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/client_creator.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/config.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/config_dev.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/cycode_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/cycode_client_base.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/cycode_dev_based_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/cycode_oidc_based_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/cycode_token_based_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/headers.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/import_sbom_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/logger.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/models.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/report_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/scan_client.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cyclient/scan_config_base.py +0 -0
- {cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cycode
|
|
3
|
-
Version: 3.11.
|
|
3
|
+
Version: 3.11.3.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
|
|
@@ -26,7 +26,7 @@ Requires-Dist: colorama (>=0.4.3,<0.5.0)
|
|
|
26
26
|
Requires-Dist: gitpython (>=3.1.30,<3.2.0)
|
|
27
27
|
Requires-Dist: marshmallow (>=3.15.0,<4.0.0)
|
|
28
28
|
Requires-Dist: mcp (>=1.9.3,<2.0.0) ; python_version >= "3.10"
|
|
29
|
-
Requires-Dist: patch-ng (==1.
|
|
29
|
+
Requires-Dist: patch-ng (==1.19.0)
|
|
30
30
|
Requires-Dist: pathvalidate (>=3.3.1,<4.0.0)
|
|
31
31
|
Requires-Dist: pydantic (>=2.11.5,<3.0.0)
|
|
32
32
|
Requires-Dist: pyjwt (>=2.8.0,<3.0)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.11.3.dev1' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -92,7 +92,9 @@ class BaseRestoreDependencies(ABC):
|
|
|
92
92
|
)
|
|
93
93
|
if output is None: # one of the commands failed
|
|
94
94
|
return None
|
|
95
|
+
file_was_generated = True
|
|
95
96
|
else:
|
|
97
|
+
file_was_generated = False
|
|
96
98
|
logger.debug(
|
|
97
99
|
'Lock file already exists, skipping restore commands, %s',
|
|
98
100
|
{'restore_file_path': restore_file_path},
|
|
@@ -107,6 +109,14 @@ class BaseRestoreDependencies(ABC):
|
|
|
107
109
|
'content_empty': not restore_file_content,
|
|
108
110
|
},
|
|
109
111
|
)
|
|
112
|
+
|
|
113
|
+
if file_was_generated:
|
|
114
|
+
try:
|
|
115
|
+
Path(restore_file_path).unlink(missing_ok=True)
|
|
116
|
+
logger.debug('Cleaned up generated restore file, %s', {'restore_file_path': restore_file_path})
|
|
117
|
+
except Exception as e:
|
|
118
|
+
logger.debug('Failed to clean up generated restore file', exc_info=e)
|
|
119
|
+
|
|
110
120
|
return Document(relative_restore_file_path, restore_file_content, self.is_git_diff)
|
|
111
121
|
|
|
112
122
|
def get_manifest_dir(self, document: Document) -> Optional[str]:
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from os import path
|
|
2
|
+
from pathlib import Path
|
|
2
3
|
from typing import Optional
|
|
3
4
|
|
|
4
5
|
import typer
|
|
@@ -9,7 +10,10 @@ from cycode.cli.files_collector.sca.base_restore_dependencies import (
|
|
|
9
10
|
execute_commands,
|
|
10
11
|
)
|
|
11
12
|
from cycode.cli.models import Document
|
|
12
|
-
from cycode.cli.utils.path_utils import get_file_content,
|
|
13
|
+
from cycode.cli.utils.path_utils import get_file_content, join_paths
|
|
14
|
+
from cycode.logger import get_logger
|
|
15
|
+
|
|
16
|
+
logger = get_logger('Maven Restore Dependencies')
|
|
13
17
|
|
|
14
18
|
BUILD_MAVEN_FILE_NAME = 'pom.xml'
|
|
15
19
|
MAVEN_CYCLONE_DEP_TREE_FILE_NAME = 'bom.json'
|
|
@@ -42,15 +46,8 @@ class RestoreMavenDependencies(BaseRestoreDependencies):
|
|
|
42
46
|
if document.content is None:
|
|
43
47
|
return self.restore_from_secondary_command(document, manifest_file_path)
|
|
44
48
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
return None
|
|
48
|
-
|
|
49
|
-
restore_dependencies_document.content = get_file_content(
|
|
50
|
-
join_paths(get_file_dir(manifest_file_path), self.get_lock_file_name())
|
|
51
|
-
)
|
|
52
|
-
|
|
53
|
-
return restore_dependencies_document
|
|
49
|
+
# super() reads the content and cleans up any generated file; no re-read needed
|
|
50
|
+
return super().try_restore_dependencies(document)
|
|
54
51
|
|
|
55
52
|
def restore_from_secondary_command(self, document: Document, manifest_file_path: str) -> Optional[Document]:
|
|
56
53
|
restore_content = execute_commands(
|
|
@@ -62,11 +59,17 @@ class RestoreMavenDependencies(BaseRestoreDependencies):
|
|
|
62
59
|
return None
|
|
63
60
|
|
|
64
61
|
restore_file_path = build_dep_tree_path(document.absolute_path, MAVEN_DEP_TREE_FILE_NAME)
|
|
62
|
+
content = get_file_content(restore_file_path)
|
|
63
|
+
|
|
64
|
+
try:
|
|
65
|
+
Path(restore_file_path).unlink(missing_ok=True)
|
|
66
|
+
except Exception as e:
|
|
67
|
+
logger.debug('Failed to clean up generated maven dep tree file', exc_info=e)
|
|
68
|
+
|
|
65
69
|
return Document(
|
|
66
70
|
path=build_dep_tree_path(document.path, MAVEN_DEP_TREE_FILE_NAME),
|
|
67
|
-
content=
|
|
71
|
+
content=content,
|
|
68
72
|
is_git_diff_format=self.is_git_diff,
|
|
69
|
-
absolute_path=restore_file_path,
|
|
70
73
|
)
|
|
71
74
|
|
|
72
75
|
def create_secondary_restore_commands(self, manifest_file_path: str) -> list[list[str]]:
|
|
@@ -21,7 +21,7 @@ classifiers = [
|
|
|
21
21
|
"Programming Language :: Python :: 3.14",
|
|
22
22
|
]
|
|
23
23
|
dynamic = ["dependencies"]
|
|
24
|
-
version = "3.11.
|
|
24
|
+
version = "3.11.3.dev1"
|
|
25
25
|
|
|
26
26
|
[project.scripts]
|
|
27
27
|
cycode = "cycode.cli.app:app"
|
|
@@ -43,7 +43,7 @@ requests = ">=2.32.4,<3.0"
|
|
|
43
43
|
urllib3 = ">=2.4.0,<3.0.0"
|
|
44
44
|
pyjwt = ">=2.8.0,<3.0"
|
|
45
45
|
rich = ">=13.9.4, <14"
|
|
46
|
-
patch-ng = "1.
|
|
46
|
+
patch-ng = "1.19.0"
|
|
47
47
|
typer = "^0.15.3"
|
|
48
48
|
tenacity = ">=9.0.0,<9.1.0"
|
|
49
49
|
mcp = { version = ">=1.9.3,<2.0.0", markers = "python_version >= '3.10'" }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.11.2.dev11' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/response_builders.py
RENAMED
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/scan/scan_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_guardrails/uninstall_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/ai_remediation/ai_remediation_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/report_import/report_import_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_commit/pre_commit_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_push/pre_push_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/apps/scan/pre_receive/pre_receive_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_ai_remediation_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/exceptions/handle_report_sbom_errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/commit_range_documents.py
RENAMED
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/documents_walk_ignore.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/iac/tf_content_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/models/in_memory_zip.py
RENAMED
|
File without changes
|
|
File without changes
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/files_collector/sca/python/__init__.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.11.2.dev11 → cycode-3.11.3.dev1}/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.11.2.dev11 → cycode-3.11.3.dev1}/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
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/cycode/cli/user_settings/configuration_manager.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
|
{cycode-3.11.2.dev11 → cycode-3.11.3.dev1}/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
|