1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src
Gastón Fournier e845459034
chore: Better randomness (#6755)
## About the changes
This change is irrelevant as it doesn't pose a security risk, but
there's no reason for us not to use a different type of random
generation for the `sessionId`

**Note:** the magic number 18 was picked because that's the length of
the string we get from `String(Math.random())`

Closes https://github.com/Unleash/unleash/security/code-scanning/68 and
https://github.com/Unleash/unleash/security/code-scanning/69
2024-04-02 16:21:33 +02:00
..
lib chore: Better randomness (#6755) 2024-04-02 16:21:33 +02:00
mailtemplates fix-css-update-for-CR-email-template (#6186) 2024-02-13 10:16:25 +09:00
migrations fix: revert archived column for backwards migration compatibility (#6737) 2024-03-29 13:00:33 +01:00
test chore: [Gitar] Cleaning up stale feature flag: sdkReporting with value true (#6717) 2024-03-28 09:19:11 +02:00
migrator.ts fix: set log level to error for db migrate (#6601) 2024-03-19 14:45:27 +01:00
server-dev.ts Feat: context field search and filter improvements (#6732) 2024-03-29 15:44:34 +02:00
server.ts