Skip to content

chore(licence): migrate Cargo.toml from PMPL-1.0-or-later to MPL-2.0 - #145

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/mpl-2-0-migration
May 27, 2026
Merged

chore(licence): migrate Cargo.toml from PMPL-1.0-or-later to MPL-2.0#145
hyperpolymath merged 1 commit into
mainfrom
claude/mpl-2-0-migration

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

  • Updates Cargo.toml license field from PMPL-1.0-or-later to MPL-2.0.
  • Closes the SPDX-vs-manifest mismatch flagged by standards#196 (estate licence-debt audit, 2026-05-26).
  • Aligns this repo with the estate policy of MPL-1.0/PMPL-1.0 → MPL-2.0 migration.

What this PR does NOT do

This is the manifest field only. The LICENSE file (if it carries a Palimpsest preamble) keeps that preamble — the load-bearing MPL-2.0 text is unchanged.

Companion

  • standards#196 — licence debt audit
  • standards#201 — licence-consistency CI check (will catch future drift)

🤖 Generated with Claude Code

…er to MPL-2.0

Closes part of Item 2 of the 2026-05-26 estate tech-debt audit
follow-up (hyperpolymath/standards#196).

The estate-wide policy is 'MPL-1.0/PMPL-1.0 -> MPL-2.0' (see
estate language policy memory). This PR migrates the manifest's
declared license field; the LICENSE file's Palimpsest preamble (if
present) is unchanged, and the MPL-2.0 body text it wraps is the
load-bearing licence.

The licence-consistency CI check landed in standards#201 catches
future SPDX-vs-manifest drift.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath
hyperpolymath enabled auto-merge (squash) May 26, 2026 13:23
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 30 issues detected

Severity Count
🔴 Critical 7
🟠 High 8
🟡 Medium 15

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "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": "Admitted leaves proof hole (5 occurrences, CWE-704)",
    "type": "admitted",
    "file": "/home/runner/work/ephapax/ephapax/formal/Semantics.v",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "Coq admit tactic leaves goal unproven (6 occurrences, CWE-704)",
    "type": "coq_admit_tactic",
    "file": "/home/runner/work/ephapax/ephapax/formal/Semantics.v",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "User-defined Coq axiom -- not verified by kernel (2 occurrences, CWE-704)",
    "type": "coq_axiom",
    "file": "/home/runner/work/ephapax/ephapax/formal/Semantics.v",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "believe_me undermines formal verification (1 occurrences, CWE-704)",
    "type": "believe_me",
    "file": "/home/runner/work/ephapax/ephapax/src/formal/Ephapax/Formal/RegionLinear.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "assert_total bypasses totality checker (1 occurrences, CWE-704)",
    "type": "assert_total",
    "file": "/home/runner/work/ephapax/ephapax/src/formal/Ephapax/Formal/RegionLinear.idr",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "expect() in hot path (1 occurrences, CWE-754)",
    "type": "expect_in_hot_path",
    "file": "/home/runner/work/ephapax/ephapax/src/ephapax-repl/src/lib.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "from_raw constructs types from raw pointers without safety checks (1 occurrences, CWE-676)",
    "type": "from_raw",
    "file": "/home/runner/work/ephapax/ephapax/src/ephapax-vram-cache/src/lib.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "unwrap() without prior check -- DoS via panic (8 occurrences, CWE-754)",
    "type": "unwrap_without_check",
    "file": "/home/runner/work/ephapax/ephapax/src/ephapax-vram-cache/benches/cache_bench.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "expect() in hot path (5 occurrences, CWE-754)",
    "type": "expect_in_hot_path",
    "file": "/home/runner/work/ephapax/ephapax/src/ephapax-typing/src/lib.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath
hyperpolymath merged commit 3d2e8bd into main May 27, 2026
11 checks passed
@hyperpolymath
hyperpolymath deleted the claude/mpl-2-0-migration branch May 27, 2026 08:03
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