Description
YAML documents can be parsed and emitted by legacy Python 2 applications with libYAML-backed bindings. PyYAML helps tools load configuration, metadata, and structured data files.
Unsafe YAML loading can construct unexpected objects in vulnerable code paths. Use safe loaders for untrusted files and validate schema before applying configuration.