Skip to content

feat(jit_context): v2.5.5 JIT-framework classifier (Cranelift/LLVM/Wasm/JS)#107

Merged
hyperpolymath merged 1 commit into
mainfrom
feat/v2.5.5-jit-context
Jun 2, 2026
Merged

feat(jit_context): v2.5.5 JIT-framework classifier (Cranelift/LLVM/Wasm/JS)#107
hyperpolymath merged 1 commit into
mainfrom
feat/v2.5.5-jit-context

feat(jit_context): v2.5.5 JIT-framework classifier (Cranelift/LLVM/Wa…

bea7329
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Hypatia failed Jun 2, 2026 in 6s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in src/jit_context.rs

See this annotation in the file changed.

Code scanning / Hypatia

Hypatia code_safety: transmute Error

mem::transmute bypasses type safety with unchecked bit reinterpretation (12 occurrences, CWE-704)

Check warning on line 1 in src/jit_context.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)