gitgalaxy 2.3.31__tar.gz → 2.3.32__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.31 → gitgalaxy-2.3.32}/PKG-INFO +1 -1
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/bitbucket-pipelines.yml +7 -6
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/PKG-INFO +1 -1
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/SOURCES.txt +1 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/scm_file_list.json +1 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/scm_version.json +2 -2
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/templates/gitlab/scan.yml +3 -3
- gitgalaxy-2.3.32/templates/scan.yml +69 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.flake8 +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.galaxyscope.yaml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/CODEOWNERS +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/ISSUE_TEMPLATE/parsing_discrepancy.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/dependabot.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/pull_request_template.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/codeql.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/deploy-docs.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/gitgalaxy-artifacts.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/gitgalaxy-audit.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/gitgalaxy.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/golden-crucible.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/muninn.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/publish.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.github/workflows/smoke-test.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.gitignore +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/.gitlab-ci.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/CONTRIBUTING.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/LICENSE +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/MANIFEST.in +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/SECURITY.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/action.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/cobol_to_java_controller.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/aperture.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/detector.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/guidestar_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/prism.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/spatial_mapper.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/core/state_rehydrator.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/galaxyscope.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/licensing.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/chronometer.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/signal_processor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/statistical_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/metrics/tensor_scanner.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/audit_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/gpu_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/llm_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/record_keeper.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/sarif_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/recorders/sbom_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/requirements.txt +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/security/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/security/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/security/manifest_parser.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/security/security_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/security/security_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/analysis_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/gitgalaxy_config.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/how_to_add_a_language.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/language_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/standards/language_standards.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/__init__.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/ai_guardrails/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/ai_guardrails/ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/ai_guardrails/dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/batch_test_harness.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_api_contract_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/network_auditing/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/network_auditing/full_api_network_map.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/terabyte_log_scanning/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/dependency_links.txt +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/entry_points.txt +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/requires.txt +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy.egg-info/top_level.txt +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/github-action-readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/mkdocs.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/muninn.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/pyproject.toml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/setup.cfg +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/templates/azure/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/templates/bitbucket/bitbucket-pipelines.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/templates/github/gitgalaxy-pipeline.yml +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/README.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_aperture.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_chronometer.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_chronometer_timeout.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_delta_scanner.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_detector.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_galaxyscope.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_guidestar_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_language_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_language_standards_strict.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_licensing.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_manifest_parser.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_prism.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_signal_processor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_state_rehydrator.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/core_engine/test_zero_dependency.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/extraction/readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/extraction/test_args_extraction_strict.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/extraction/test_class_extraction_strict.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/extraction/test_dependency_extraction_strict.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/extraction/test_function_extraction_strict.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/golden_diff.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/golden_master_audit.json +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/golden_master_zero_dep_audit.json +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_api_network_map.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_redos_poison.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_security_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_security_lens.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_statistical_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_tensor_auditor.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/security_auditing/test_vault_sentinel.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/readme.md +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_agent_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_audit_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_batch_test_harness.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_decoder_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_golden_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_gpu_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_llm_recorder.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_record_keeper.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_sbom_generator.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/tools_recorders/test_service_forge.py +0 -0
- {gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/zizmor.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.32
|
|
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
|
|
@@ -16,7 +16,7 @@ pipelines:
|
|
|
16
16
|
# 1. Configuration Variables (Mirroring GitHub Action Inputs)
|
|
17
17
|
- export GG_TOOL="galaxyscope"
|
|
18
18
|
- export GG_TARGET="gitgalaxy/"
|
|
19
|
-
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-
|
|
19
|
+
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json"
|
|
20
20
|
- export GG_VERSION="latest"
|
|
21
21
|
- export GG_FULL_PRECISION="true"
|
|
22
22
|
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
@@ -44,8 +44,8 @@ pipelines:
|
|
|
44
44
|
|
|
45
45
|
# 3. Dynamic Execution
|
|
46
46
|
- |
|
|
47
|
-
echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}"
|
|
48
|
-
${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
47
|
+
echo "Running: ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}"
|
|
48
|
+
${GG_TOOL} ${GG_TARGET} ${GG_ARGS}
|
|
49
49
|
|
|
50
50
|
artifacts:
|
|
51
51
|
# 4. Publish SARIF telemetry for Bitbucket Code Insights
|
|
@@ -60,7 +60,7 @@ pipelines:
|
|
|
60
60
|
script:
|
|
61
61
|
- export GG_TOOL="galaxyscope"
|
|
62
62
|
- export GG_TARGET="gitgalaxy/"
|
|
63
|
-
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-
|
|
63
|
+
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json"
|
|
64
64
|
- export GG_VERSION="latest"
|
|
65
65
|
- export GG_FULL_PRECISION="true"
|
|
66
66
|
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
@@ -78,6 +78,7 @@ pipelines:
|
|
|
78
78
|
pip install networkx tiktoken xgboost pandas numpy
|
|
79
79
|
fi
|
|
80
80
|
- |
|
|
81
|
-
${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
81
|
+
echo "Running: ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}"
|
|
82
|
+
${GG_TOOL} ${GG_TARGET} ${GG_ARGS}
|
|
82
83
|
artifacts:
|
|
83
|
-
- gitgalaxy-results_sarif.json
|
|
84
|
+
- gitgalaxy-results_sarif.json
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.32
|
|
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
|
|
@@ -113,6 +113,7 @@ gitgalaxy/tools/supply_chain_security/vault_sentinel.py
|
|
|
113
113
|
gitgalaxy/tools/terabyte_log_scanning/README.md
|
|
114
114
|
gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
|
|
115
115
|
gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py
|
|
116
|
+
templates/scan.yml
|
|
116
117
|
templates/azure/azure-pipelines.yml
|
|
117
118
|
templates/bitbucket/bitbucket-pipelines.yml
|
|
118
119
|
templates/github/gitgalaxy-pipeline.yml
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"gitgalaxy/standards/gitgalaxy_config.py",
|
|
95
95
|
"gitgalaxy/standards/how_to_add_a_language.md",
|
|
96
96
|
"gitgalaxy/standards/__init__.py",
|
|
97
|
+
"templates/scan.yml",
|
|
97
98
|
"templates/bitbucket/bitbucket-pipelines.yml",
|
|
98
99
|
"templates/github/gitgalaxy-pipeline.yml",
|
|
99
100
|
"templates/azure/azure-pipelines.yml",
|
|
@@ -11,7 +11,7 @@ spec:
|
|
|
11
11
|
default: "."
|
|
12
12
|
args:
|
|
13
13
|
description: "Additional CLI arguments to pass to the tool."
|
|
14
|
-
default: "--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-
|
|
14
|
+
default: "--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json"
|
|
15
15
|
version:
|
|
16
16
|
description: "The version of GitGalaxy to install from PyPI. Defaults to latest."
|
|
17
17
|
default: "latest"
|
|
@@ -59,8 +59,8 @@ gitgalaxy_scan:
|
|
|
59
59
|
echo "Running in ultra-fast Zero-Dependency Mode."
|
|
60
60
|
fi
|
|
61
61
|
|
|
62
|
-
- echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}"
|
|
63
|
-
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
62
|
+
- echo "Running: ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}"
|
|
63
|
+
- ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}
|
|
64
64
|
artifacts:
|
|
65
65
|
when: always
|
|
66
66
|
reports:
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# GitGalaxy Enterprise Security Scanner
|
|
2
|
+
# Integration: GitLab CI/CD Component
|
|
3
|
+
|
|
4
|
+
spec:
|
|
5
|
+
inputs:
|
|
6
|
+
tool:
|
|
7
|
+
description: "The GitGalaxy command to execute."
|
|
8
|
+
default: "galaxyscope"
|
|
9
|
+
target:
|
|
10
|
+
description: "The directory or file path to scan."
|
|
11
|
+
default: "."
|
|
12
|
+
args:
|
|
13
|
+
description: "Additional CLI arguments to pass to the tool."
|
|
14
|
+
default: "--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json"
|
|
15
|
+
version:
|
|
16
|
+
description: "The version of GitGalaxy to install from PyPI. Defaults to latest."
|
|
17
|
+
default: "latest"
|
|
18
|
+
full_precision:
|
|
19
|
+
description: "Opt-in to install heavy physics engines for Blast Radius and ML Threat Inference."
|
|
20
|
+
default: "true"
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
gitgalaxy_scan:
|
|
25
|
+
stage: test
|
|
26
|
+
image: python:3.12-slim
|
|
27
|
+
variables:
|
|
28
|
+
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
|
29
|
+
GIT_DEPTH: "0" # Forces full chronological fetch to prevent Temporal Collapse
|
|
30
|
+
cache:
|
|
31
|
+
paths:
|
|
32
|
+
- .cache/pip
|
|
33
|
+
script:
|
|
34
|
+
- echo "Initializing GitGalaxy Component Environment..."
|
|
35
|
+
- export GG_TOOL="$[[ inputs.tool ]]"
|
|
36
|
+
- export GG_TARGET="$[[ inputs.target ]]"
|
|
37
|
+
- export GG_ARGS="$[[ inputs.args ]]"
|
|
38
|
+
- export GG_VERSION="$[[ inputs.version ]]"
|
|
39
|
+
- export GG_FULL_PRECISION="$[[ inputs.full_precision ]]"
|
|
40
|
+
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
41
|
+
|
|
42
|
+
- pip install --upgrade pip
|
|
43
|
+
- |
|
|
44
|
+
if [ "$GG_VERSION" = "local" ]; then
|
|
45
|
+
echo "Dogfooding local GitGalaxy source..."
|
|
46
|
+
pip install -e .
|
|
47
|
+
elif [ "$GG_VERSION" = "latest" ]; then
|
|
48
|
+
echo "Installing latest GitGalaxy from PyPI..."
|
|
49
|
+
pip install gitgalaxy
|
|
50
|
+
else
|
|
51
|
+
echo "Installing GitGalaxy version ${GG_VERSION}..."
|
|
52
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
53
|
+
fi
|
|
54
|
+
- |
|
|
55
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
56
|
+
echo "Unlocking Full Precision Mode..."
|
|
57
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
58
|
+
else
|
|
59
|
+
echo "Running in ultra-fast Zero-Dependency Mode."
|
|
60
|
+
fi
|
|
61
|
+
|
|
62
|
+
- echo "Running: ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}"
|
|
63
|
+
- ${GG_TOOL} ${GG_TARGET} ${GG_ARGS}
|
|
64
|
+
artifacts:
|
|
65
|
+
when: always
|
|
66
|
+
reports:
|
|
67
|
+
# Automatically maps the SARIF output directly into GitLab's native Security Dashboard
|
|
68
|
+
sast: gitgalaxy-results_sarif.json
|
|
69
|
+
allow_failure: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/network_auditing/full_api_network_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/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.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_microservice_slicer.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/tests/cobol_mainframe/test_cobol_refractor_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.31 → gitgalaxy-2.3.32}/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.31 → gitgalaxy-2.3.32}/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
|