Skip to content

Fix tests

eda13a8
Select commit
Loading
Failed to load commit list.
Draft

feat: Configure workspaces during creation #10812

Fix tests
eda13a8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 5, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 612 in server/account/src/operations.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
This uses a cryptographically insecure random number generated at
Math.random()
in a security context.