Skip to content

Revert accidental bundle formatting

07071fc
Select commit
Loading
Failed to load commit list.
Open

Remove unused files, drop prettier, fix biome issues #303

Revert accidental bundle formatting
07071fc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 30, 2026 in 2s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

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 2714 in public/assets/scramjet/scramjet.all.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<!--
, which may cause an HTML element injection vulnerability.

Check failure on line 2950 in public/assets/scramjet/scramjet.all.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL scheme check High

This check does not consider vbscript:.

Check failure on line 2965 in public/assets/scramjet/scramjet.all.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL scheme check High

This check does not consider data: and vbscript:.

Check failure on line 3464 in public/assets/scramjet/scramjet.all.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
youtube.com
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 3645 in public/assets/scramjet/scramjet.all.js

See this annotation in the file changed.

Code scanning / CodeQL

Unvalidated dynamic method call High

Invocation of method with
user-controlled
name may dispatch to unexpected target and cause an exception.