This repository was archived by the owner on Oct 30, 2024. It is now read-only.
Commit 666ab37
committed
Missing Best Practice
uniqid does not create random nor unpredictable string. This function must not be used for security purposes. If you need to generate cryptographically secure tokens use openssl_random_pseudo_bytes().1 parent 54de1b8 commit 666ab37
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments