Skip to content

Commit 5ab068a

Browse files
bananabrtausbn
andauthored
Update python/ql/src/experimental/Security/CWE-340/TokenBuiltFromUUID.ql
Co-authored-by: Taus <[email protected]>
1 parent be87807 commit 5ab068a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)