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

feat(infrastructure): Update Load Balancer project #207

Merged
merged 1 commit into from
Jun 3, 2024

feat(infrastructure): Update Load Balancer project

68c2cff
Select commit
Loading
Failed to load commit list.
Merged

feat(infrastructure): Update Load Balancer project #207

feat(infrastructure): Update Load Balancer project
68c2cff
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 31, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 59 in infrastructure/beat-the-load-balancer/frontend/app/page.tsx

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.
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.

Check failure on line 318 in infrastructure/beat-the-load-balancer/frontend/components/Play.tsx

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.

Check failure on line 306 in infrastructure/beat-the-load-balancer/frontend/components/Play.tsx

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.