chore(ci): bump standards reusable pins past #219 governance fix#64
Merged
Conversation
governance.yml@3ec2e85 (2026-05-25) predates standards#219 (ad366b6, 2026-05-27) which fixes the workflow_sha resolution bug in governance-reusable.yml's inner self-checkout. hypatia-scan.yml@97df762 is an orphan PR-branch SHA from before #193 squash-merged as 915139d; file content identical (no commits to hypatia-scan-reusable.yml since), but cross-checks (cf. standards#220) prefer reachability via standards/main. Both bumped to standards/main HEAD 5eb28d7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 64 issues detected
View findings[
{
"reason": "Ada pragma Suppress disables runtime checks (1 occurrences, CWE-704)",
"type": "ada_pragma_suppress",
"file": "/home/runner/work/absolute-zero/absolute-zero/examples/ada/balanced_ops.adb",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (2 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/lambda/LambdaCNO.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (10 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/physics/StatMech.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (14 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/physics/LandauerDerivation.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (1 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/category/CNOCategory.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (13 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/filesystem/FilesystemCNO.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (3 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/quantum/QuantumMechanicsExact.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "User-defined Coq axiom -- not verified by kernel (29 occurrences, CWE-704)",
"type": "coq_axiom",
"file": "/home/runner/work/absolute-zero/absolute-zero/proofs/coq/quantum/QuantumCNO.v",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "undefined/error causes runtime crash (2 occurrences, CWE-754)",
"type": "undefined_error",
"file": "/home/runner/work/absolute-zero/absolute-zero/examples/haskell/Nop.hs",
"action": "flag",
"rule_module": "code_safety",
"severity": "high"
},
{
"reason": "believe_me undermines formal verification (3 occurrences, CWE-704)",
"type": "believe_me",
"file": "/home/runner/work/absolute-zero/absolute-zero/src/abi/Layout.idr",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Root cause
.github/workflows/governance.yml:34pinsgovernance-reusable.yml@3ec2e85(2026-05-25) — predates standards#219 (ad366b6, 2026-05-27) which fixesworkflow_sharesolution. Without this fix,governance / Language / package anti-pattern policyfails with exit 128 on the inner self-checkout.Pins changed
.github/workflows/governance.yml:343ec2e85(pre-#219)5eb28d7(standards/main, post-#219).github/workflows/hypatia-scan.yml:2897df762(orphan PR-branch SHA)5eb28d7(canonical main; file unchanged since #193)Auto-merge
SQUASH.
🤖 Generated with Claude Code