Skip to content

9.0.0 — Host objects across all engines, C++ workers, DevTools & build modernization - #43

Open
ammarahm-ed wants to merge 77 commits into
mainfrom
updates
Open

9.0.0 — Host objects across all engines, C++ workers, DevTools & build modernization#43
ammarahm-ed wants to merge 77 commits into
mainfrom
updates

feat: update engines and add support bytecode compiler

cea15be
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 28, 2026 in 8s

7 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical
  • 5 medium

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 warning on line 111 in .github/workflows/bytecode-compilers.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Check warning on line 163 in .github/workflows/bytecode-compilers.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check warning on line 221 in .github/workflows/bytecode-compilers.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check warning on line 352 in .github/workflows/bytecode-compilers.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check warning on line 376 in .github/workflows/bytecode-compilers.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Check failure on line 8087 in test-app/runtime/src/main/cpp/modules/url/ada/ada.h

See this annotation in the file changed.

Code scanning / CodeQL

Unsigned difference expression compared to zero Critical test

Unsigned subtraction can never be negative.

Check failure on line 4355 in test-app/runtime/src/main/cpp/napi/quickjs/quickjs-api.c

See this annotation in the file changed.

Code scanning / CodeQL

Potential use after free Critical test

Memory may have been previously freed by
call to free
.