Skip to content

fix(ci): .clusterfuzzlite/Dockerfile symlink -> Containerfile#87

Merged
hyperpolymath merged 2 commits into
mainfrom
fix/clusterfuzzlite-dockerfile-symlink
May 19, 2026
Merged

fix(ci): .clusterfuzzlite/Dockerfile symlink -> Containerfile#87
hyperpolymath merged 2 commits into
mainfrom
fix/clusterfuzzlite-dockerfile-symlink

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Problem

The google/clusterfuzzlite build_fuzzers action (.github/workflows/cflite_pr.yml) hardcodes the build path .clusterfuzzlite/Dockerfile and exposes no filename input. The repo ships the SPDX-headed .clusterfuzzlite/Containerfile, so the "PR (address)" check fails:

ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory

Pre-existing (no Dockerfile on main); surfaced during #73 triage.

Fix

Add a tracked symlink .clusterfuzzlite/Dockerfile → Containerfile (git mode 120000). clusterfuzzlite's open(".clusterfuzzlite/Dockerfile") resolves through it, while the canonical file keeps the house-style Containerfile name (Podman-not-Docker estate rule, .claude/CLAUDE.md). Zero blast radius — nothing references .clusterfuzzlite/Containerfile by name (Justfile points only at .containerization/Containerfile*).

Not a required status check — does not block merge; this is correctness/hygiene so the fuzz job actually runs.

The google/clusterfuzzlite build_fuzzers action hardcodes the path
.clusterfuzzlite/Dockerfile (no filename input); the repo ships the
SPDX-headed .clusterfuzzlite/Containerfile, so 'PR (address)' failed:

  ERROR: failed to read dockerfile: open Dockerfile: no such file

Add a tracked symlink Dockerfile -> Containerfile so clusterfuzzlite
resolves while the canonical file keeps the house-style Containerfile
name (Podman-not-Docker estate rule). Zero blast radius — nothing
references .clusterfuzzlite/Containerfile by name. Not a required
check; correctness/hygiene only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 19, 2026 19:24
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 189 issues detected

Severity Count
🔴 Critical 36
🟠 High 77
🟡 Medium 76

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in quality.yml",
    "type": "missing_workflow",
    "file": "quality.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in security-policy.yml",
    "type": "missing_workflow",
    "file": "security-policy.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action haskell-actions/setup@v2 needs attention",
    "type": "unpinned_action",
    "file": "agda-meta-checker.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action actions/cache@v4 needs attention",
    "type": "unpinned_action",
    "file": "agda-meta-checker.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Action hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@main needs attention",
    "type": "unpinned_action",
    "file": "security-scan.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Workflow executes remote script directly (curl/wget piped to shell). Download, verify checksum/signature, then execute.",
    "type": "download_then_run",
    "file": "mirror.yml",
    "action": "verify_download_integrity",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "believe_me undermines formal verification (1 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/TypeLLForeign.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "believe_me undermines formal verification (2 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/CoprocessorForeign.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "believe_me undermines formal verification (1 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/Overlay.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

hyperpolymath added a commit that referenced this pull request May 19, 2026
Human: docs/decisions/2026-05-19-ci-baseline-triage.md — the 3-class
triage rule (real PR defect / baseline-rot / #77 infra jam), the 6
required merge-gate contexts, and the rationale for #73/#86/#87.

Machine: .machine_readable/6a2/STATE.a2ml
[session-2026-05-19-ci-baseline-triage] mirrors it; last-updated bumped.

So future humans and agents do not re-litigate these red checks.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath disabled auto-merge May 19, 2026 19:55
@hyperpolymath hyperpolymath merged commit 79211fb into main May 19, 2026
31 of 40 checks passed
@hyperpolymath hyperpolymath deleted the fix/clusterfuzzlite-dockerfile-symlink branch May 19, 2026 19:56
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 189 issues detected

Severity Count
🔴 Critical 36
🟠 High 77
🟡 Medium 76

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in quality.yml",
    "type": "missing_workflow",
    "file": "quality.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in security-policy.yml",
    "type": "missing_workflow",
    "file": "security-policy.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action haskell-actions/setup@v2 needs attention",
    "type": "unpinned_action",
    "file": "agda-meta-checker.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action actions/cache@v4 needs attention",
    "type": "unpinned_action",
    "file": "agda-meta-checker.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Action hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@main needs attention",
    "type": "unpinned_action",
    "file": "security-scan.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Workflow executes remote script directly (curl/wget piped to shell). Download, verify checksum/signature, then execute.",
    "type": "download_then_run",
    "file": "mirror.yml",
    "action": "verify_download_integrity",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "believe_me undermines formal verification (1 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/TypeLLForeign.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "believe_me undermines formal verification (2 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/CoprocessorForeign.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "believe_me undermines formal verification (1 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/echidna/echidna/src/abi/Overlay.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  }
]

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.

1 participant