fix(license): restore MPL-2.0 on secret-scanner.yml + scorecard.yml#23
Merged
Conversation
Both workflow files carried SPDX PMPL-1.0, applied by a prior bulk license sweep (see CHANGELOG: "global AGPL-3.0-or-later -> PMPL-1.0-or-later replacement"). Per estate policy PMPL is reserved for palimpsest-license, palimpsest-plasma, and consent-aware-http only; empty-linter is a sole-owner repo and defaults to MPL-2.0 (matching every other workflow here). The identifier was also malformed (PMPL-1.0 vs the repo's PMPL-1.0-or-later). Owner-approved, per-file correction; no other files touched. https://claude.ai/code/session_01EqEysvTPzPwhS9ZGY7EYdr
|
🔍 Hypatia Security ScanFindings: 44 issues detected
View findings[
{
"reason": "HTTP URL in code -- use HTTPS for non-localhost (1 occurrences, CWE-319)",
"type": "js_http_url_in_code",
"file": "/home/runner/work/empty-linter/empty-linter/userscript/empty-linter.user.js",
"action": "flag",
"rule_module": "code_safety",
"severity": "medium"
},
{
"reason": "Belt.Array deprecated -- use Array (12 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/TextTransform.res",
"action": "module_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Js.Array2 deprecated -- use Array (1 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/TextTransform.res",
"action": "search_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Js.String2 deprecated -- use String (9 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/TextTransform.res",
"action": "search_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Belt.Array deprecated -- use Array (11 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/ByteDetector.res",
"action": "module_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Js.Array2 deprecated -- use Array (2 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/ByteDetector.res",
"action": "search_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Js.String2 deprecated -- use String (25 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/ByteDetector.res",
"action": "search_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Belt.Array deprecated -- use Array (2 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/PathHandler.res",
"action": "module_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Js.String2 deprecated -- use String (13 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/core/PathHandler.res",
"action": "search_replace",
"rule_module": "migration_rules",
"severity": "high"
},
{
"reason": "Belt.Array deprecated -- use Array (6 occurrences)",
"type": "deprecated_api",
"file": "/home/runner/work/empty-linter/empty-linter/src/bindings/Deno.res",
"action": "module_replace",
"rule_module": "migration_rules",
"severity": "high"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
hyperpolymath
marked this pull request as ready for review
June 13, 2026 22:22
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.



What
Restores the policy-correct license identifier on two empty-linter workflow files:
.github/workflows/secret-scanner.yml.github/workflows/scorecard.ymlWhy
Both files carried
PMPL-1.0, applied by a prior bulk license sweep (CHANGELOG: "global AGPL-3.0-or-later → PMPL-1.0-or-later replacement"). Per estate policy, PMPL is reserved for exactly three repos (palimpsest-license,palimpsest-plasma,consent-aware-http). empty-linter is a sole-owner repo and defaults to MPL-2.0 — which every other workflow here already uses. The identifier was also malformed (PMPL-1.0vs the repo'sPMPL-1.0-or-later).Scope discipline
LICENSES/PMPL-1.0-or-later.txtis left in place (harmless; removing it is a separate REUSE-tidy decision for you).https://claude.ai/code/session_01EqEysvTPzPwhS9ZGY7EYdr
Generated by Claude Code