| commit | bfe6988e8ec5ad9283200f46134529cac10e006c | [log] [tgz] |
|---|---|---|
| author | k4.rahul <rahul.k4@tataelxsi.co.in> | Thu Apr 27 12:25:59 2023 +0530 |
| committer | elumalai <deepika.e@tataelxsi.co.in> | Fri May 31 08:23:06 2024 +0200 |
| tree | 26eb2138383ad7baafc0ad0ef61e6a1fdcdaa189 | |
| parent | ecf3f132b696fb51f22320a17477fa7b0a3001f1 [diff] |
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>