Skip to content

docs(changelog): record #80 stack-depth CI guard (closes #37)#81

Merged
hyperpolymath merged 1 commit into
mainfrom
docs/changelog-37-stack-depth
May 30, 2026
Merged

docs(changelog): record #80 stack-depth CI guard (closes #37)#81
hyperpolymath merged 1 commit into
mainfrom
docs/changelog-37-stack-depth

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

One-line documentation follow-up to the now-merged #80 (which closed #37).

Adds the #80 entry to the [Unreleased] / Fixed section of the manually-maintained CHANGELOG, in the same conventional-commit format as the existing entries (the #43 line for the same issue is already present a few lines below).

- fix(checker): self-driving stack-depth measurement + CI guard on Linux + Windows; harden survives() (closes #37) (#80)

No code change.

https://claude.ai/code/session_013JnrUmkCpMHsABRmhLVyd2


Generated by Claude Code

@hyperpolymath hyperpolymath marked this pull request as ready for review May 30, 2026 22:21
@hyperpolymath hyperpolymath merged commit 18e209e into main May 30, 2026
7 of 16 checks passed
@hyperpolymath hyperpolymath deleted the docs/changelog-37-stack-depth branch May 30, 2026 22:21
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 96 issues detected

Severity Count
🔴 Critical 6
🟠 High 39
🟡 Medium 51

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in checker-scaling.yml",
    "type": "missing_timeout_minutes",
    "file": "checker-scaling.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in governance.yml",
    "type": "missing_timeout_minutes",
    "file": "governance.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in hypatia-scan.yml",
    "type": "missing_timeout_minutes",
    "file": "hypatia-scan.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "missing_timeout_minutes",
    "file": "mirror.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recursive AST Drop stack-overflows on very deep inputs; revisit MAX_EXPR_DEPTH value

2 participants