gitgalaxy 2.3.28__tar.gz → 2.3.30__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.
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/publish.yml +1 -1
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/PKG-INFO +1 -1
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/PKG-INFO +1 -1
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/SOURCES.txt +0 -1
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/scm_file_list.json +0 -1
- gitgalaxy-2.3.30/gitgalaxy.egg-info/scm_version.json +8 -0
- gitgalaxy-2.3.28/cd pipeline strategy.md +0 -33
- gitgalaxy-2.3.28/gitgalaxy.egg-info/scm_version.json +0 -8
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.flake8 +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.galaxyscope.yaml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/CODEOWNERS +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/ISSUE_TEMPLATE/parsing_discrepancy.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/dependabot.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/pull_request_template.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/codeql.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/deploy-docs.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/gitgalaxy-artifacts.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/gitgalaxy-audit.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/gitgalaxy.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/golden-crucible.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/muninn.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.github/workflows/smoke-test.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.gitignore +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/.gitlab-ci.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/CONTRIBUTING.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/LICENSE +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/MANIFEST.in +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/SECURITY.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/action.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/cobol_to_java_controller.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/aperture.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/detector.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/guidestar_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/prism.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/spatial_mapper.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/core/state_rehydrator.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/galaxyscope.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/licensing.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/chronometer.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/signal_processor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/statistical_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/metrics/tensor_scanner.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/audit_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/gpu_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/llm_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/record_keeper.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/sarif_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/recorders/sbom_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/requirements.txt +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/security/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/security/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/security/manifest_parser.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/security/security_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/security/security_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/analysis_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/gitgalaxy_config.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/how_to_add_a_language.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/language_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/standards/language_standards.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/__init__.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/ai_guardrails/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/ai_guardrails/ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/ai_guardrails/dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/batch_test_harness.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_api_contract_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/network_auditing/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/network_auditing/full_api_network_map.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/terabyte_log_scanning/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/dependency_links.txt +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/entry_points.txt +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/requires.txt +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy.egg-info/top_level.txt +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/github-action-readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/mkdocs.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/muninn.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/pyproject.toml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/setup.cfg +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/templates/azure/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/templates/bitbucket/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/templates/github/gitgalaxy-pipeline.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/templates/gitlab/scan.yml +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/README.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_aperture.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_chronometer.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_chronometer_timeout.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_delta_scanner.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_detector.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_galaxyscope.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_guidestar_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_language_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_language_standards_strict.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_licensing.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_manifest_parser.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_prism.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_signal_processor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_state_rehydrator.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/core_engine/test_zero_dependency.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/extraction/readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/extraction/test_args_extraction_strict.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/extraction/test_class_extraction_strict.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/extraction/test_dependency_extraction_strict.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/extraction/test_function_extraction_strict.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/golden_diff.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/golden_master_audit.json +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/golden_master_zero_dep_audit.json +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_api_network_map.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_redos_poison.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_security_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_security_lens.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_statistical_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_tensor_auditor.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_vault_sentinel.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/readme.md +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_agent_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_audit_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_batch_test_harness.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_decoder_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_golden_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_gpu_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_llm_recorder.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_record_keeper.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_sbom_generator.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/tools_recorders/test_service_forge.py +0 -0
- {gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/zizmor.yml +0 -0
|
@@ -92,5 +92,5 @@ jobs:
|
|
|
92
92
|
- name: Sync Code and Tags to Azure
|
|
93
93
|
run: |
|
|
94
94
|
git remote add azure https://gitgalaxy:${{ secrets.AZURE_DEVOPS_TOKEN }}@dev.azure.com/gitgalaxy/gitgalaxy/_git/gitgalaxy
|
|
95
|
-
git push -f azure HEAD:main
|
|
95
|
+
git push -f azure HEAD:refs/heads/main
|
|
96
96
|
git push -f --tags azure
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.30
|
|
4
4
|
Summary: An AST-free, LLM-free zero-trust static analysis engine for mapping architectural risk, securing CI/CD pipelines, and modernizing legacy monoliths.
|
|
5
5
|
Author: Joe Esquibel
|
|
6
6
|
Project-URL: Homepage, https://gitgalaxy.io
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.30
|
|
4
4
|
Summary: An AST-free, LLM-free zero-trust static analysis engine for mapping architectural risk, securing CI/CD pipelines, and modernizing legacy monoliths.
|
|
5
5
|
Author: Joe Esquibel
|
|
6
6
|
Project-URL: Homepage, https://gitgalaxy.io
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# GitGalaxy: CI/CD Distribution & Architecture Context
|
|
2
|
-
|
|
3
|
-
## 1. Architectural Overview (The Hub and Spoke Model)
|
|
4
|
-
GitGalaxy utilizes a centralized distribution architecture to maintain a single source of truth while achieving maximum cross-platform compatibility.
|
|
5
|
-
|
|
6
|
-
* **The Hub (PyPI):** The compiled Python codebase (the blAST engine) is hosted exclusively on the Python Package Index.
|
|
7
|
-
* **The Spokes (GitHub, GitLab, Jenkins, etc.):** Enterprise CI/CD platforms do not host the engine natively. Instead, they use lightweight YAML wrappers to dynamically pull the engine via `pip install gitgalaxy` and execute it within their isolated runners.
|
|
8
|
-
|
|
9
|
-
This allows us to instantly push updates to Azure DevOps, Bitbucket, GitLab, and GitHub Actions simultaneously just by tagging a new release.
|
|
10
|
-
|
|
11
|
-
## 2. Core CI/CD Configurations & Files
|
|
12
|
-
|
|
13
|
-
### GitHub Actions (The Orchestrator)
|
|
14
|
-
GitHub acts as the central command center for the project's source code and deployment triggers.
|
|
15
|
-
* **`.github/workflows/publish.yml`**: The release pipeline. Triggered strictly by Git tags (e.g., `v2.4.1`). It builds the Python wheel/sdist and authenticates with PyPI via OIDC to publish the package.
|
|
16
|
-
* **`.github/workflows/gitlab-sync.yml`**: The mirror pipeline. Fires alongside the PyPI publish workflow. It securely pushes the latest code and tags directly to the `squid-protocol1/gitgalaxy` repository on GitLab, keeping both platforms in perfect sync.
|
|
17
|
-
* **`action.yml`**: The native GitHub Action wrapper. Allows GitHub users to invoke GitGalaxy using standard `uses: squid-protocol/gitgalaxy@v2` syntax.
|
|
18
|
-
|
|
19
|
-
### GitLab CI/CD Catalog (The Enterprise Gate)
|
|
20
|
-
* **`scan.yml`**: The native GitLab CI/CD Component definition. This file defines the `gitgalaxy_scan` job, pulling the `python:3.12-slim` image, installing the engine from PyPI, and executing the Zero-Trust Spectral Audit with enterprise failure ratchets (`--max-risk-exposure`, `--fail-on-secrets`). It automatically exposes the generated `gitgalaxy-results_sarif.json` to GitLab's security dashboards.
|
|
21
|
-
|
|
22
|
-
### Project Build & Versioning
|
|
23
|
-
* **`pyproject.toml`**: The modern Python build configuration. It defines dependencies, CLI entry points (like `galaxyscope` and `supply-chain-firewall`), and uses `setuptools_scm` to dynamically generate the package version directly from Git tags (e.g., matching the `v2.4.1` regex).
|
|
24
|
-
|
|
25
|
-
## 3. Recent Engine Hardening & Security Patches
|
|
26
|
-
|
|
27
|
-
To support enterprise CI/CD environments, several critical stability and security patches were recently integrated:
|
|
28
|
-
|
|
29
|
-
* **CLI Pipeline Gates (`galaxyscope.py`)**: Added native `argparse` flags (`--fail-on-secrets`, `--fail-on-malware`, `--max-risk-exposure`) to allow CI/CD runners to programmatically fail builds when strict security thresholds are breached.
|
|
30
|
-
* **Regex ReDoS Armor (`language_standards.py`)**:
|
|
31
|
-
* Mitigated Catastrophic Backtracking (ReDoS) vulnerabilities in the C/C++ parser when handling massive, malformed K&R payload blocks by enforcing strict lazy consumers (`[^;{]*?;`).
|
|
32
|
-
* Patched the `_dependency_capture` regex for Python and JavaScript to strip line anchors, allowing the Supply Chain Firewall to accurately detect inline, dynamic, and comma-separated dependency imports (e.g., `import os, requests`).
|
|
33
|
-
* **Dependency Auditing (`requirements.txt`)**: Bumped `mistune>=3.2.2` to resolve a high-severity CPU exhaustion vulnerability (CVE-2026-49851) flagged by the Muninn Security Scanner in our documentation build chain.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/network_auditing/full_api_network_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.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
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_microservice_slicer.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_refractor_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/cobol_mainframe/test_cobol_system_limits_reporter.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
|
{gitgalaxy-2.3.28 → gitgalaxy-2.3.30}/tests/security_auditing/test_binary_anomaly_detector.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
|