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: default session id #155

Merged
merged 2 commits into from
Oct 18, 2023

fix: session id once per batch

4960d48
Select commit
Loading
Failed to load commit list.
Merged

feat: default session id #155

fix: session id once per batch
4960d48
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Oct 18, 2023 in 5s

No new alerts in code changed by this pull request

Annotations

Check failure on line 128 in src/client.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.