mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update python/ql/src/experimental/Security/CWE-338/InsecureRandomness.ql
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user