Skip to content

chore: rolldown dual build#1126

Closed
BioPhoton wants to merge 6 commits into
mainfrom
chore/rolldown-build
Closed

chore: rolldown dual build#1126
BioPhoton wants to merge 6 commits into
mainfrom
chore/rolldown-build

refactor: cfg rolldown 3

87adb1c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 5, 2025 in 3s

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 262 in rolldown.base.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of /..//.

Check failure on line 262 in rolldown.base.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
../
, which may cause a path injection vulnerability.