mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Add Insecure Randomness Query (CWE-338)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
edges
|
||||
nodes
|
||||
| InsecureRandomness.rb:6:42:6:57 | call to rand | semmle.label | call to rand |
|
||||
subpaths
|
||||
#select
|
||||
| InsecureRandomness.rb:6:42:6:57 | call to rand | InsecureRandomness.rb:6:42:6:57 | call to rand | InsecureRandomness.rb:6:42:6:57 | call to rand | This uses a cryptographically insecure random number generated at $@ in a security context. | InsecureRandomness.rb:6:42:6:57 | call to rand | call to rand |
|
||||
Reference in New Issue
Block a user