Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 4.15.1 #569

Merged
merged 186 commits into from
Feb 28, 2025

4.15.1

7f6c184
Select commit
Loading
Failed to load commit list.
Merged

Release: 4.15.1 #569

4.15.1
7f6c184
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 28, 2025 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 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 40 in packages/frontend/src/scripts/aiscript/api.ts

See this annotation in the file changed.

Code scanning / CodeQL

Creating biased random numbers from a cryptographically secure source High

Using modulo on a
cryptographically secure random number
produces biased results.

Check failure on line 146 in packages/frontend/src/scripts/autocomplete.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 165 in packages/frontend/src/scripts/autocomplete.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '<'.