Update python/ql/src/experimental/Security/CWE-338/InsecureRandomness.ql

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
museljh
2022-02-01 19:00:06 +08:00
committed by GitHub
parent a6002186bd
commit 012434b152

View File

@@ -1,6 +1,8 @@
/**
* @name Insecure randomness
* @description Using insufficient randomness as the key of a cryptographic algorithm can allow an attacker to compromise security.
* @description Using a cryptographically weak pseudo-random number generator to generate a
* security-sensitive value may allow an attacker to predict what value will
* be generated.
* @kind path-problem
* @problem.severity warning
* @security-severity 7.8