Skip to content

Develop#59

Merged
thekevinm merged 2 commits intomasterfrom
develop
Apr 22, 2026
Merged

Develop#59
thekevinm merged 2 commits intomasterfrom
develop

Conversation

@thekevinm
Copy link
Copy Markdown
Contributor

No description provided.

nicdavidson and others added 2 commits April 10, 2026 10:45
uniqid() is microtime-based with ~20 bits of entropy, making script
tokens predictable. Replace with bin2hex(random_bytes(32)) for 256-bit
cryptographically secure tokens in all three script engines.

Add regression tests verifying source code uses random_bytes.
Security: replace uniqid() with random_bytes() for script tokens
@thekevinm thekevinm merged commit 2bc6f70 into master Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants