gitgalaxy 2.3.42__tar.gz → 2.3.43__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.42 → gitgalaxy-2.3.43}/.github/workflows/gitgalaxy-artifacts.yml +2 -2
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/gitgalaxy-audit.yml +2 -2
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/muninn.yml +1 -1
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/PKG-INFO +1 -1
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/requirements.txt +4 -4
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/PKG-INFO +1 -1
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/scm_version.json +2 -2
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/bitbucket/bitbucket_insights.py +16 -7
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.flake8 +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.galaxyscope.yaml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/CODEOWNERS +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/ISSUE_TEMPLATE/parsing_discrepancy.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/dependabot.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/pull_request_template.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/codeql.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/deploy-docs.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/gitgalaxy.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/golden-crucible.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/publish.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.github/workflows/smoke-test.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.gitignore +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/.gitlab-ci.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/CONTRIBUTING.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/LICENSE +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/MANIFEST.in +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/SECURITY.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/action.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/cobol_to_java_controller.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/aperture.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/detector.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/guidestar_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/prism.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/spatial_mapper.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/core/state_rehydrator.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/galaxyscope.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/licensing.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/chronometer.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/signal_processor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/statistical_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/metrics/tensor_scanner.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/audit_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/gpu_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/llm_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/record_keeper.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/sarif_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/recorders/sbom_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/security/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/security/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/security/manifest_parser.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/security/security_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/security/security_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/analysis_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/gitgalaxy_config.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/how_to_add_a_language.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/language_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/standards/language_standards.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/__init__.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/ai_guardrails/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/ai_guardrails/ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/ai_guardrails/dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/batch_test_harness.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_api_contract_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/network_auditing/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/network_auditing/full_api_network_map.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/terabyte_log_scanning/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/SOURCES.txt +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/dependency_links.txt +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/entry_points.txt +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/requires.txt +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/scm_file_list.json +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy.egg-info/top_level.txt +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/github-action-readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/mkdocs.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/muninn.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/pyproject.toml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/setup.cfg +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/azure/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/bitbucket/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/github/gitgalaxy-pipeline.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/gitlab/scan.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/templates/scan.yml +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/README.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_aperture.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_chronometer.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_chronometer_timeout.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_delta_scanner.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_detector.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_galaxyscope.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_guidestar_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_language_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_language_standards_strict.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_licensing.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_manifest_parser.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_prism.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_signal_processor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_state_rehydrator.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/core_engine/test_zero_dependency.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/extraction/readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/extraction/test_args_extraction_strict.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/extraction/test_class_extraction_strict.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/extraction/test_dependency_extraction_strict.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/extraction/test_function_extraction_strict.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/golden_diff.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/golden_master_audit.json +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/golden_master_zero_dep_audit.json +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_api_network_map.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_redos_poison.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_security_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_security_lens.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_statistical_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_tensor_auditor.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/security_auditing/test_vault_sentinel.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/readme.md +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_agent_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_audit_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_batch_test_harness.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_decoder_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_golden_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_gpu_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_llm_recorder.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_record_keeper.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_sbom_generator.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/tools_recorders/test_service_forge.py +0 -0
- {gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/zizmor.yml +0 -0
|
@@ -51,12 +51,12 @@ jobs:
|
|
|
51
51
|
mv *_llm.md gitgalaxy_architecture_brief.md 2>/dev/null || true
|
|
52
52
|
|
|
53
53
|
- name: Upload SARIF to GitHub Security Tab
|
|
54
|
-
uses: github/codeql-action/upload-sarif@v4
|
|
54
|
+
uses: github/codeql-action/upload-sarif@v4.37.0
|
|
55
55
|
with:
|
|
56
56
|
sarif_file: gitgalaxy-results_sarif.json
|
|
57
57
|
|
|
58
58
|
- name: Upload SBOM as Build Artifact
|
|
59
|
-
uses: actions/upload-artifact@
|
|
59
|
+
uses: actions/upload-artifact@v7
|
|
60
60
|
with:
|
|
61
61
|
name: gitgalaxy-sbom
|
|
62
62
|
path: gitgalaxy-sbom.json
|
|
@@ -38,13 +38,13 @@ jobs:
|
|
|
38
38
|
|
|
39
39
|
- name: Upload SARIF to GitHub Security Tab
|
|
40
40
|
if: always()
|
|
41
|
-
uses: github/codeql-action/upload-sarif@v4
|
|
41
|
+
uses: github/codeql-action/upload-sarif@v4.37.0
|
|
42
42
|
with:
|
|
43
43
|
sarif_file: gitgalaxy-results_sarif.json
|
|
44
44
|
|
|
45
45
|
- name: Upload SARIF as Build Artifact (Backup)
|
|
46
46
|
if: always()
|
|
47
|
-
uses: actions/upload-artifact@
|
|
47
|
+
uses: actions/upload-artifact@v7
|
|
48
48
|
with:
|
|
49
49
|
name: gitgalaxy-sarif-report
|
|
50
50
|
path: gitgalaxy-results_sarif.json
|
|
@@ -31,6 +31,6 @@ jobs:
|
|
|
31
31
|
|
|
32
32
|
- name: Upload SARIF
|
|
33
33
|
if: always() && hashFiles('muninn.sarif') != ''
|
|
34
|
-
uses: github/codeql-action/upload-sarif@
|
|
34
|
+
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
|
|
35
35
|
with:
|
|
36
36
|
sarif_file: muninn.sarif
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.43
|
|
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
|
|
@@ -3,14 +3,14 @@ attrs==26.1.0
|
|
|
3
3
|
babel==2.18.0
|
|
4
4
|
backcall==0.2.0
|
|
5
5
|
backrefs==7.0
|
|
6
|
-
beautifulsoup4==4.
|
|
6
|
+
beautifulsoup4==4.15.0
|
|
7
7
|
bleach==6.4.0
|
|
8
8
|
blinker==1.9.0
|
|
9
9
|
build==1.4.3
|
|
10
10
|
certifi==2026.2.25
|
|
11
11
|
cffi==2.0.0
|
|
12
12
|
charset-normalizer==3.4.7
|
|
13
|
-
click==8.
|
|
13
|
+
click==8.4.2
|
|
14
14
|
colorama==0.4.6
|
|
15
15
|
contourpy==1.3.3
|
|
16
16
|
coverage==7.14.0
|
|
@@ -41,7 +41,7 @@ Jinja2==3.1.6
|
|
|
41
41
|
joblib==1.5.3
|
|
42
42
|
jsonschema==4.26.0
|
|
43
43
|
jsonschema-specifications==2025.9.1
|
|
44
|
-
jupyter_client==8.
|
|
44
|
+
jupyter_client==8.9.1
|
|
45
45
|
jupyter_core==5.9.1
|
|
46
46
|
jupyterlab_pygments==0.3.0
|
|
47
47
|
keyring==25.7.0
|
|
@@ -87,7 +87,7 @@ pluggy==1.6.0
|
|
|
87
87
|
prompt_toolkit==3.0.52
|
|
88
88
|
ptyprocess==0.7.0
|
|
89
89
|
pure_eval==0.2.3
|
|
90
|
-
pyan3==2.
|
|
90
|
+
pyan3==2.6.1
|
|
91
91
|
pycodestyle==2.14.0
|
|
92
92
|
pycparser==3.0
|
|
93
93
|
pydeps==3.0.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.43
|
|
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
|
|
@@ -71,9 +71,18 @@ def publish_insights(sarif_path: str):
|
|
|
71
71
|
})
|
|
72
72
|
|
|
73
73
|
report_id = "gitgalaxy-audit-report"
|
|
74
|
-
|
|
74
|
+
# Bitbucket's proxy requires HTTP (not HTTPS) to automatically inject the Auth header
|
|
75
|
+
base_url = f"http://api.bitbucket.org/2.0/repositories/{workspace}/{repo}/commit/{commit}/reports/{report_id}"
|
|
75
76
|
|
|
76
|
-
# 4.
|
|
77
|
+
# 4. Set up the Proxy Handler for Bitbucket Pipelines
|
|
78
|
+
proxy_handler = urllib.request.ProxyHandler({
|
|
79
|
+
'http': 'http://localhost:29418',
|
|
80
|
+
'https': 'http://localhost:29418'
|
|
81
|
+
})
|
|
82
|
+
opener = urllib.request.build_opener(proxy_handler)
|
|
83
|
+
urllib.request.install_opener(opener)
|
|
84
|
+
|
|
85
|
+
# Create the Parent Report (PUT)
|
|
77
86
|
report_payload = json.dumps({
|
|
78
87
|
"title": "GitGalaxy Spectral Audit",
|
|
79
88
|
"details": f"GitGalaxy mapped {len(bitbucket_annotations)} architectural threats.",
|
|
@@ -81,9 +90,9 @@ def publish_insights(sarif_path: str):
|
|
|
81
90
|
"result": "FAILED" if any(a["severity"] == "HIGH" for a in bitbucket_annotations) else "PASSED"
|
|
82
91
|
}).encode("utf-8")
|
|
83
92
|
|
|
84
|
-
# Enforce
|
|
85
|
-
if not base_url.startswith("http://
|
|
86
|
-
print("❌ Security Violation: Invalid
|
|
93
|
+
# Enforce API destination boundaries to neutralize remote protocol exploits
|
|
94
|
+
if not base_url.startswith("http://api.bitbucket.org/"):
|
|
95
|
+
print("❌ Security Violation: Invalid API destination.")
|
|
87
96
|
sys.exit(1)
|
|
88
97
|
|
|
89
98
|
req = urllib.request.Request(base_url, data=report_payload, method="PUT")
|
|
@@ -105,8 +114,8 @@ def publish_insights(sarif_path: str):
|
|
|
105
114
|
chunk = bitbucket_annotations[i:i + chunk_size]
|
|
106
115
|
chunk_payload = json.dumps(chunk).encode("utf-8")
|
|
107
116
|
|
|
108
|
-
if not annotations_url.startswith("http://
|
|
109
|
-
print("❌ Security Violation: Invalid
|
|
117
|
+
if not annotations_url.startswith("http://api.bitbucket.org/"):
|
|
118
|
+
print("❌ Security Violation: Invalid API destination.")
|
|
110
119
|
sys.exit(1)
|
|
111
120
|
|
|
112
121
|
req = urllib.request.Request(annotations_url, data=chunk_payload, method="POST")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/network_auditing/full_api_network_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_microservice_slicer.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/tests/cobol_mainframe/test_cobol_refractor_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.42 → gitgalaxy-2.3.43}/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.42 → gitgalaxy-2.3.43}/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
|