Project

General

Profile

Actions

Bug #20512

closed

Use a proper CSPRNG to generate API tokens

Added by Alexis Mousset over 2 years ago. Updated 9 months ago.

Status:
Released
Priority:
N/A
Category:
Security
Target version:
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.

Actions

Also available in: Atom PDF