Skip to content

fix(core): vendor superjson to fix CJS compatibility issue

3375d3d
Select commit
Loading
Failed to load commit list.
Open

fix(core): vendor superjson to fix CJS compatibility issue #2940

fix(core): vendor superjson to fix CJS compatibility issue
3375d3d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 24, 2026 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 195 in packages/core/src/v3/vendor/superjson.cjs

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High library

This does not escape backslash characters in the input.

Check failure on line 161 in packages/core/src/v3/vendor/superjson.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High library

This does not escape backslash characters in the input.