mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update python/ql/src/experimental/Security/CWE-340/TokenBuiltFromUUID.ql
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -23,7 +23,6 @@ class PredictableResultSource extends DataFlow::Node {
|
||||
uuidCallRet =
|
||||
API::moduleImport("uuid")
|
||||
.getMember(["uuid1", "uuid3", "uuid5"])
|
||||
.getACall()
|
||||
.getReturn()
|
||||
|
|
||||
this = uuidCallRet.asSource()
|
||||
|
||||
Reference in New Issue
Block a user