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
===
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