Deserialization

PyPlistlib

Python stdlib module — plistlib. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.ParserCreate()Neutral
#
Signature
ParserCreate()

Return a new XML parser object.

.dump()Neutral
#
Signature
dump(value, fp, fmt, sort_keys, skipkeys)

Write 'value' to a .plist file. 'fp' should be a writable,

.dumps()Neutral
#
Signature
dumps(value, fmt, skipkeys, sort_keys)

Return a bytes object with the contents for a .plist file.

.load()Neutral
#
Signature
load(fp, fmt, dict_type)

Read a .plist file. 'fp' should be a readable and binary file object.

.loads()Neutral
#
Signature
loads(value, fmt, dict_type)

Read a .plist file from a bytes object.

.BytesIO()Neutral
#
Signature
BytesIO(...)

Buffered I/O implementation using an in-memory bytes buffer.

.InvalidFileException()Neutral
#
Signature
InvalidFileException(...)

InvalidFileException class.

.PlistFormat()Neutral
#
Signature
PlistFormat(...)

PlistFormat class.

.UID()Neutral
#
Signature
UID(...)

UID class.

Fully-Qualified Names

FQNField
plistlibfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import plistlib