Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/affinescript-cli/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": {
".": "./mod.js"
},
"license": "PMPL-1.0-or-later",
"license": "MPL-2.0",
"publish": {
"exclude": ["mod_test.js"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/affinescript-cli/mod.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0

Check failure

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
//
// Type declarations for mod.js — the @hyperpolymath/affinescript shim.
Expand Down
2 changes: 1 addition & 1 deletion packages/affinescript-cli/mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0

Check failure

Code scanning / Hypatia

Hypatia code_safety: js_exec_sync Error

Shell execution -- validate input before passing to shell (1 occurrences, CWE-78)
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
//
// @hyperpolymath/affinescript — the thin compiler shim (ADR-019 / #260 S3).
Expand Down
2 changes: 1 addition & 1 deletion packages/affinescript-cli/mod_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
//
// @hyperpolymath/affinescript shim tests (ADR-019 / #260 S3).
Expand Down
2 changes: 1 addition & 1 deletion packages/affinescript-cli/pins.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
//
// ADR-019 / #260: the pin table. ONE compiler version + ONE sha256 per
Expand Down
Loading