Estate standardization 20260607#48
Merged
Merged
Conversation
The `.as` extension is the obsolete pre-rename AffineScript file extension; the current compiler accepts `.affine` only. Renames the 3 lattice sources + 1 test file accordingly, plus adds MPL-2.0 SPDX headers (matching the repo's existing LICENSE). Part of the estate-wide .as → .affine sweep companion to hyperpolymath/affinescript#429. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- C001: CodeQL language fixes - C002: License identifier standardization - C003: Outdated actions audit - C004: Pin standards refs to SHA 861b5e9 - C005: Add workflow-level permissions
hyperpolymath
enabled auto-merge (rebase)
June 23, 2026 16:01
13 tasks
hyperpolymath
disabled auto-merge
June 24, 2026 08:22
| @@ -1,3 +1,5 @@ | |||
| // SPDX-License-Identifier: MPL-2.0 | |||
| @@ -1,3 +1,5 @@ | |||
| // SPDX-License-Identifier: MPL-2.0 | |||
🔍 Hypatia Security ScanFindings: 8 issues detected
View findings[
{
"reason": "Nominal-only SAST in git-reticulator: codeql.yml language matrix contains no language present in the repo and lacks `actions`, so CodeQL records zero results on every commit. Remediation: set the CodeQL matrix to `language: actions`.",
"type": "StaticAnalysis",
"file": "/home/runner/work/git-reticulator/git-reticulator",
"action": "auto_fix",
"rule_module": "scorecard",
"severity": "medium",
"remediation": "Add CodeQL or equivalent SAST workflow.",
"scorecard_check": "SAST"
},
{
"reason": "Repository has 3 non-main remote branch(es). Policy: single main branch only.",
"type": "GS007",
"file": ".",
"action": "delete_remote_branches",
"rule_module": "git_state",
"severity": "medium"
},
{
"reason": "Code scanning (Hypatia): hypatia/structural_drift/SD009 -- Hypatia structural_drift: SD009 -- 36 day(s) old [STALE]",
"type": "CSA001",
"file": "src/api/app.rs",
"action": "update",
"rule_module": "code_scanning_alerts",
"severity": "medium"
},
{
"reason": "Code scanning (Hypatia): hypatia/git_state/GS007 -- Hypatia git_state: GS007 -- 36 day(s) old [STALE]",
"type": "CSA001",
"file": ".",
"action": "update",
"rule_module": "code_scanning_alerts",
"severity": "medium"
},
{
"reason": "Code scanning (Hypatia): hypatia/scorecard/StaticAnalysis -- Hypatia scorecard: StaticAnalysis -- 36 day(s) old [STALE]",
"type": "CSA001",
"file": "git-reticulator",
"action": "update",
"rule_module": "code_scanning_alerts",
"severity": "medium"
},
{
"reason": "Code-scanning alert hypatia/structural_drift/SD009 (medium) at src/api/app.rs is 36 days old (threshold: 30 days) -- overdue for remediation",
"type": "CSA003",
"file": "src/api/app.rs",
"action": "escalate",
"rule_module": "code_scanning_alerts",
"severity": "high"
},
{
"reason": "Code-scanning alert hypatia/git_state/GS007 (medium) at . is 36 days old (threshold: 30 days) -- overdue for remediation",
"type": "CSA003",
"file": ".",
"action": "escalate",
"rule_module": "code_scanning_alerts",
"severity": "high"
},
{
"reason": "Code-scanning alert hypatia/scorecard/StaticAnalysis (medium) at git-reticulator is 36 days old (threshold: 30 days) -- overdue for remediation",
"type": "CSA003",
"file": "git-reticulator",
"action": "escalate",
"rule_module": "code_scanning_alerts",
"severity": "high"
}
]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.
Summary
Closes #
Type of change
How has this been verified?
Checklist
git commit -S).SPDX-License-Identifier(code/configMPL-2.0,prose
CC-BY-SA-4.0); I did not relicense existing files.Notes for reviewers