Python stdlib module — uuid. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.uuid1()Neutraluuid1(node, clock_seq)
Generate a UUID from a host ID, sequence number, and the current time.
.uuid3()Neutraluuid3(namespace, name)
Generate a UUID from the MD5 hash of a namespace UUID and a name.
.uuid5()Neutraluuid5(namespace, name)
Generate a UUID from the SHA-1 hash of a namespace UUID and a name.
.UUID()NeutralUUID(...)
Instances of the UUID class represent UUIDs as specified in RFC 4122.
| FQN | Field | |
|---|---|---|
| uuid | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import uuid