Skip to content

Commit 5ab068a

Browse files
bananabrtausbn
andauthored
Update python/ql/src/experimental/Security/CWE-340/TokenBuiltFromUUID.ql
Co-authored-by: Taus <tausbn@github.com>
1 parent be87807 commit 5ab068a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/ql/src/experimental/Security/CWE-340/TokenBuiltFromUUID.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class PredictableResultSource extends DataFlow::Node {
2323
uuidCallRet =
2424
API::moduleImport("uuid")
2525
.getMember(["uuid1", "uuid3", "uuid5"])
26-
.getACall()
2726
.getReturn()
2827
|
2928
this = uuidCallRet.asSource()

0 commit comments

Comments
 (0)