gitgalaxy 2.3.22__tar.gz → 2.3.28__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.22 → gitgalaxy-2.3.28}/.github/workflows/publish.yml +16 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.gitignore +1 -1
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/PKG-INFO +1 -1
- {gitgalaxy-2.3.22/templates/azure → gitgalaxy-2.3.28}/azure-pipelines.yml +23 -9
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/PKG-INFO +1 -1
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/SOURCES.txt +1 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/scm_file_list.json +1 -0
- gitgalaxy-2.3.28/gitgalaxy.egg-info/scm_version.json +8 -0
- gitgalaxy-2.3.28/templates/azure/azure-pipelines.yml +63 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_language_standards_strict.py +1 -1
- gitgalaxy-2.3.22/gitgalaxy.egg-info/scm_version.json +0 -8
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.flake8 +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.galaxyscope.yaml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/CODEOWNERS +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/ISSUE_TEMPLATE/parsing_discrepancy.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/dependabot.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/pull_request_template.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/codeql.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/deploy-docs.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/gitgalaxy-artifacts.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/gitgalaxy-audit.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/gitgalaxy.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/golden-crucible.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/muninn.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.github/workflows/smoke-test.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/.gitlab-ci.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/CONTRIBUTING.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/LICENSE +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/MANIFEST.in +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/SECURITY.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/action.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/cd pipeline strategy.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/cobol_to_java_controller.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/aperture.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/detector.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/guidestar_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/prism.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/spatial_mapper.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/core/state_rehydrator.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/galaxyscope.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/licensing.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/chronometer.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/signal_processor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/statistical_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/metrics/tensor_scanner.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/audit_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/gpu_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/llm_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/record_keeper.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/sarif_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/recorders/sbom_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/requirements.txt +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/security/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/security/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/security/manifest_parser.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/security/security_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/security/security_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/analysis_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/gitgalaxy_config.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/how_to_add_a_language.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/language_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/standards/language_standards.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/__init__.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/ai_guardrails/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/ai_guardrails/ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/ai_guardrails/dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/batch_test_harness.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_api_contract_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/network_auditing/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/network_auditing/full_api_network_map.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/terabyte_log_scanning/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/dependency_links.txt +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/entry_points.txt +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/requires.txt +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy.egg-info/top_level.txt +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/github-action-readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/mkdocs.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/muninn.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/pyproject.toml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/setup.cfg +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/templates/bitbucket/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/templates/github/gitgalaxy-pipeline.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/templates/gitlab/scan.yml +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/README.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_aperture.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_chronometer.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_chronometer_timeout.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_delta_scanner.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_detector.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_galaxyscope.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_guidestar_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_language_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_licensing.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_manifest_parser.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_prism.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_signal_processor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_state_rehydrator.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/core_engine/test_zero_dependency.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/extraction/readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/extraction/test_args_extraction_strict.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/extraction/test_class_extraction_strict.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/extraction/test_dependency_extraction_strict.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/extraction/test_function_extraction_strict.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/golden_diff.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/golden_master_audit.json +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/golden_master_zero_dep_audit.json +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_api_network_map.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_redos_poison.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_security_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_security_lens.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_statistical_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_tensor_auditor.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/security_auditing/test_vault_sentinel.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/readme.md +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_agent_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_audit_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_batch_test_harness.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_decoder_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_golden_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_gpu_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_llm_recorder.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_record_keeper.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_sbom_generator.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/tools_recorders/test_service_forge.py +0 -0
- {gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/zizmor.yml +0 -0
|
@@ -78,3 +78,19 @@ jobs:
|
|
|
78
78
|
git remote add bitbucket https://${{ secrets.BITBUCKET_USERNAME }}:${{ secrets.BITBUCKET_SYNC_TOKEN }}@bitbucket.org/squid-protocol/gitgalaxy.git
|
|
79
79
|
git push -f bitbucket HEAD:main
|
|
80
80
|
git push -f --tags bitbucket
|
|
81
|
+
|
|
82
|
+
azure-sync:
|
|
83
|
+
name: Sync to Azure DevOps Repository
|
|
84
|
+
needs: pypi-publish
|
|
85
|
+
runs-on: ubuntu-latest
|
|
86
|
+
steps:
|
|
87
|
+
- name: Checkout GitHub Repository
|
|
88
|
+
uses: actions/checkout@v4
|
|
89
|
+
with:
|
|
90
|
+
fetch-depth: 0
|
|
91
|
+
|
|
92
|
+
- name: Sync Code and Tags to Azure
|
|
93
|
+
run: |
|
|
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
|
|
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.28
|
|
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
|
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
# Integration: Azure DevOps Pipelines
|
|
3
3
|
|
|
4
4
|
trigger:
|
|
5
|
-
|
|
5
|
+
branches:
|
|
6
|
+
include:
|
|
7
|
+
- main
|
|
8
|
+
tags:
|
|
9
|
+
include:
|
|
10
|
+
- v*
|
|
6
11
|
|
|
7
12
|
variables:
|
|
8
|
-
|
|
13
|
+
GG_TOOL: 'galaxyscope'
|
|
14
|
+
GG_TARGET: '.'
|
|
15
|
+
GG_ARGS: '--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output $(Build.ArtifactStagingDirectory)/gitgalaxy-results.json'
|
|
9
16
|
PIP_CACHE_DIR: '$(Pipeline.Workspace)/.pip-cache'
|
|
17
|
+
GITGALAXY_LICENSE_KEY: 'COMMUNITY_FREE_TIER'
|
|
10
18
|
|
|
11
19
|
stages:
|
|
12
20
|
- stage: SecurityScan
|
|
@@ -22,7 +30,6 @@ stages:
|
|
|
22
30
|
versionSpec: '3.12'
|
|
23
31
|
displayName: 'Initialize Python Environment'
|
|
24
32
|
|
|
25
|
-
# Cache pip packages to optimize enterprise build speeds
|
|
26
33
|
- task: Cache@2
|
|
27
34
|
inputs:
|
|
28
35
|
key: 'pip | "$(Agent.OS)"'
|
|
@@ -30,20 +37,27 @@ stages:
|
|
|
30
37
|
cacheHitVar: PIP_CACHE_RESTORED
|
|
31
38
|
displayName: 'Configure Dependency Caching'
|
|
32
39
|
|
|
40
|
+
# 1. Install the tool globally FIRST (Immune to Poisoned PRs)
|
|
33
41
|
- script: |
|
|
34
42
|
python -m pip install --upgrade pip
|
|
35
|
-
pip install gitgalaxy
|
|
36
|
-
displayName: 'Install GitGalaxy
|
|
43
|
+
pip install gitgalaxy networkx tiktoken xgboost pandas numpy
|
|
44
|
+
displayName: 'Install GitGalaxy & Heavy Physics Engines'
|
|
37
45
|
|
|
46
|
+
# 2. NOW pull the potentially untrusted code onto the runner
|
|
47
|
+
- checkout: self
|
|
48
|
+
fetchDepth: 0
|
|
49
|
+
displayName: 'Checkout Repository (Full Depth)'
|
|
50
|
+
|
|
51
|
+
# 3. Execute the scan (No package managers allowed down here)
|
|
38
52
|
- script: |
|
|
39
|
-
|
|
53
|
+
echo "Running: $(GG_TOOL) $(GG_TARGET)$(GG_ARGS)"
|
|
54
|
+
$(GG_TOOL) $(GG_TARGET)$(GG_ARGS)
|
|
40
55
|
displayName: 'Execute Zero-Trust Spectral Audit'
|
|
41
56
|
|
|
42
|
-
# Publish SARIF telemetry back to the Azure Pipeline runs
|
|
43
57
|
- task: PublishPipelineArtifact@1
|
|
44
58
|
inputs:
|
|
45
|
-
targetPath: '$(Build.ArtifactStagingDirectory)/gitgalaxy-
|
|
59
|
+
targetPath: '$(Build.ArtifactStagingDirectory)/gitgalaxy-results.json'
|
|
46
60
|
artifact: 'GitGalaxySecurityLogs'
|
|
47
61
|
publishLocation: 'pipeline'
|
|
48
62
|
displayName: 'Upload SARIF Security Metrics'
|
|
49
|
-
condition: always()
|
|
63
|
+
condition: always()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.28
|
|
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
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# GitGalaxy Enterprise Security Scanner
|
|
2
|
+
# Integration: Azure DevOps Pipelines
|
|
3
|
+
|
|
4
|
+
trigger:
|
|
5
|
+
branches:
|
|
6
|
+
include:
|
|
7
|
+
- main
|
|
8
|
+
tags:
|
|
9
|
+
include:
|
|
10
|
+
- v*
|
|
11
|
+
|
|
12
|
+
variables:
|
|
13
|
+
GG_TOOL: 'galaxyscope'
|
|
14
|
+
GG_TARGET: '.'
|
|
15
|
+
GG_ARGS: '--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output $(Build.ArtifactStagingDirectory)/gitgalaxy-results.json'
|
|
16
|
+
PIP_CACHE_DIR: '$(Pipeline.Workspace)/.pip-cache'
|
|
17
|
+
GITGALAXY_LICENSE_KEY: 'COMMUNITY_FREE_TIER'
|
|
18
|
+
|
|
19
|
+
stages:
|
|
20
|
+
- stage: SecurityScan
|
|
21
|
+
displayName: 'GitGalaxy Zero-Trust Audit'
|
|
22
|
+
jobs:
|
|
23
|
+
- job: RunGalaxyScope
|
|
24
|
+
displayName: 'GalaxyScope Static Analysis'
|
|
25
|
+
pool:
|
|
26
|
+
vmImage: 'ubuntu-latest'
|
|
27
|
+
steps:
|
|
28
|
+
- task: UsePythonVersion@0
|
|
29
|
+
inputs:
|
|
30
|
+
versionSpec: '3.12'
|
|
31
|
+
displayName: 'Initialize Python Environment'
|
|
32
|
+
|
|
33
|
+
- task: Cache@2
|
|
34
|
+
inputs:
|
|
35
|
+
key: 'pip | "$(Agent.OS)"'
|
|
36
|
+
path: $(PIP_CACHE_DIR)
|
|
37
|
+
cacheHitVar: PIP_CACHE_RESTORED
|
|
38
|
+
displayName: 'Configure Dependency Caching'
|
|
39
|
+
|
|
40
|
+
# 1. Install the tool globally FIRST (Immune to Poisoned PRs)
|
|
41
|
+
- script: |
|
|
42
|
+
python -m pip install --upgrade pip
|
|
43
|
+
pip install gitgalaxy networkx tiktoken xgboost pandas numpy
|
|
44
|
+
displayName: 'Install GitGalaxy & Heavy Physics Engines'
|
|
45
|
+
|
|
46
|
+
# 2. NOW pull the potentially untrusted code onto the runner
|
|
47
|
+
- checkout: self
|
|
48
|
+
fetchDepth: 0
|
|
49
|
+
displayName: 'Checkout Repository (Full Depth)'
|
|
50
|
+
|
|
51
|
+
# 3. Execute the scan (No package managers allowed down here)
|
|
52
|
+
- script: |
|
|
53
|
+
echo "Running: $(GG_TOOL) $(GG_TARGET)$(GG_ARGS)"
|
|
54
|
+
$(GG_TOOL) $(GG_TARGET)$(GG_ARGS)
|
|
55
|
+
displayName: 'Execute Zero-Trust Spectral Audit'
|
|
56
|
+
|
|
57
|
+
- task: PublishPipelineArtifact@1
|
|
58
|
+
inputs:
|
|
59
|
+
targetPath: '$(Build.ArtifactStagingDirectory)/gitgalaxy-results.json'
|
|
60
|
+
artifact: 'GitGalaxySecurityLogs'
|
|
61
|
+
publishLocation: 'pipeline'
|
|
62
|
+
displayName: 'Upload SARIF Security Metrics'
|
|
63
|
+
condition: always()
|
|
@@ -63,7 +63,7 @@ def test_c_knr_ambiguity_trap():
|
|
|
63
63
|
+ " INVALID_MACRO"
|
|
64
64
|
)
|
|
65
65
|
|
|
66
|
-
assert_redos_immune(c_func, poison_knr)
|
|
66
|
+
assert_redos_immune(c_func, poison_knr, timeout_sec=3.0)
|
|
67
67
|
|
|
68
68
|
# Ensure it still correctly matches the MS-DOS BEGIN edge case
|
|
69
69
|
valid_knr = "int legacy_func(a) \n int a; \n BEGIN \n"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/network_auditing/full_api_network_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/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
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_microservice_slicer.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/tests/cobol_mainframe/test_cobol_refractor_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/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
|
{gitgalaxy-2.3.22 → gitgalaxy-2.3.28}/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
|