[ANN] kiss-headers, a dedicated package for reading and exploiting headers from HTTP or IMAP. With auto-completion support.

2020-03-18 Thread Ahmed TAHRI
I'm thrilled to share with the community ´kiss-headers´. "Keep It Simple, Stupid, Headers". This idea came from the fact that I have seen so much chunk of code trying to deal with headers, often I saw this : charset = headers['Content-Type'].split(';')[-1].split('=')[-1].replace('"', '') *No more

[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