We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a600218 commit 012434bCopy full SHA for 012434b
python/ql/src/experimental/Security/CWE-338/InsecureRandomness.ql
@@ -1,6 +1,8 @@
1
/**
2
* @name Insecure randomness
3
- * @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
4
+ * security-sensitive value may allow an attacker to predict what value will
5
+ * be generated.
6
* @kind path-problem
7
* @problem.severity warning
8
* @security-severity 7.8
0 commit comments