[ANN] PyYAML-5.3.1: YAML parser and emitter for Python

2020-03-18 Thread Tina Müller
=== Announcing PyYAML-5.3.1 === A new release of PyYAML is now available: https://pypi.org/project/PyYAML/ This release contains a security fix for CVE-2020-1747. FullLoader was still exploitable for arbitrary command execution. https://bugzilla.redhat.com

[ANN] PyYAML-5.3: YAML parser and emitter for Python

2020-01-06 Thread Tina Müller
=== Announcing PyYAML-5.3 === A new release of PyYAML is now available: https://pypi.org/project/PyYAML/ This release contains some bugfixes (handling of slots, enable unicode for maxunicode < 0x, enable large files), enhancements (create timezone awar

[ANN] PyYAML-5.2: YAML parser and emitter for Python

2019-12-02 Thread Tina Müller
=== Announcing PyYAML-5.2 === A new release of PyYAML is now available: https://pypi.org/project/PyYAML/ This fixes some incompatibilities introduced in version 5.1 and also removes another possibility of loading arbitrary code. Changes === * Repair