Python stdlib module — pwd. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.getpwall()Neutralgetpwall()
Return a list of all available password database entries, in arbitrary order.
.getpwnam()Neutralgetpwnam(name)
Return the password database entry for the given user name.
.getpwuid()Neutralgetpwuid(uidobj)
Return the password database entry for the given numeric user ID.
.struct_passwd()Neutralstruct_passwd(...)
pwd.struct_passwd: Results from getpw*() routines.
| FQN | Field | |
|---|---|---|
| pwd | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import pwd