Coverity-CWE 330: Use of Insufficiently Random Values (137944 Cryptographically weak PRNG)
Added fix for CWE 330: Use of Insufficiently Random Value (Cryptographically weak PRNG)
use SystemRandom().randint() instead of randint() to generate Cryptographically secure
random values
Change-Id: I02b5ce9bf1826f60a183d6e793cb0661dc120a43
Signed-off-by:
k4.rahul <rahul.k4@tataelxsi.co.in>
Loading
Please sign in to comment