Actions
Bug #20512
closedUse a proper CSPRNG to generate API tokens
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
We currently use scala.util.Random
(which is actually based on java.util.Random
) but it is not suitable for such use cases, we should really use a CSPRNG here, like java.security.SecureRandom
.
Updated by Alexis Mousset about 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4084
Updated by Alexis Mousset about 3 years ago
- Status changed from Pending technical review to Pending release
Actions