Python stdlib module — plistlib. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.dump()Neutraldump(value, fp, fmt, sort_keys, skipkeys)
Write 'value' to a .plist file. 'fp' should be a writable,
.dumps()Neutraldumps(value, fmt, skipkeys, sort_keys)
Return a bytes object with the contents for a .plist file.
.load()Neutralload(fp, fmt, dict_type)
Read a .plist file. 'fp' should be a readable and binary file object.
| FQN | Field | |
|---|---|---|
| plistlib | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import plistlib