Skip to content

chore(license): SPDX headers PMPL-1.0-or-later → MPL-2.0 (Closes #301) - #304

Merged
hyperpolymath merged 1 commit into
mainfrom
relicense-pmpl-to-mpl2
May 20, 2026
Merged

chore(license): SPDX headers PMPL-1.0-or-later → MPL-2.0 (Closes #301)#304
hyperpolymath merged 1 commit into
mainfrom
relicense-pmpl-to-mpl2

chore(license): SPDX headers PMPL-1.0-or-later → MPL-2.0 (Closes #301)

f4e1826
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Hypatia failed May 20, 2026 in 10s

20 new alerts including 13 errors

New alerts in code changed by this pull request

  • 13 errors
  • 7 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in tools/affinescript-lsp/src/main.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: lock_unwrap Error

Lock.unwrap() without poison handling (5 occurrences, CWE-754)

Check failure on line 1 in tools/affinescript-lsp/src/document.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: rwlock_unwrap Error

RwLock read/write unwrap -- poison will cascade panic (5 occurrences, CWE-754)

Check failure on line 1 in runtime/src/gc.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: unimplemented_macro Error

unimplemented! macro marks unfinished code that will panic (1 occurrences, CWE-754)

Check failure on line 1 in runtime/src/ffi.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: from_raw Error

from_raw constructs types from raw pointers without safety checks (1 occurrences, CWE-676)

Check failure on line 1 in packages/affine-vscode/mod.js

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: js_exec_sync Error

Shell execution -- validate input before passing to shell (2 occurrences, CWE-78)

Check failure on line 1 in packages/affine-js/types.d.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/mod.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/lib/runner.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/lib/discover.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/lib/compile.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/example/smoke_driver.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in affinescript-deno-test/cli.ts

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia cicd_rules: banned_language_file Error

TypeScript file detected -- banned language

Check failure on line 1 in .machine_readable/contractiles/trust/Trustfile.hs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia structural_drift: SD002 Error

Legacy Trustfile.hs -- must be Trustfile.a2ml in .machine_readable/contractiles/trust/

Check warning on line 1 in affinescriptiser/src/codegen/affine_gen.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: expect_in_hot_path Warning

expect() in hot path (29 occurrences, CWE-754)

Check warning on line 1 in affinescriptiser/src/codegen/wasm_gen.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: expect_in_hot_path Warning

expect() in hot path (32 occurrences, CWE-754)

Check warning on line 1 in ffi/zig/src/main.zig

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia structural_drift: SD009 Warning

Source file missing SPDX-License-Identifier header

Check warning on line 1 in runtime/src/alloc.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: unsafe_block Warning

unsafe block -- requires SAFETY comment (1 occurrences, CWE-676)

Check warning on line 1 in runtime/src/ffi.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: unsafe_block Warning

unsafe block -- requires SAFETY comment (3 occurrences, CWE-676)

Check warning on line 1 in runtime/src/gc.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: unsafe_block Warning

unsafe block -- requires SAFETY comment (9 occurrences, CWE-676)

Check warning on line 1 in runtime/src/panic.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: unsafe_block Warning

unsafe block -- requires SAFETY comment (2 occurrences, CWE-676)