v2.4.6
- Fix CRLF injection vulnerability in the BlackSheep HTTP Client, reported by Jinho Ju (@tr4ce-ju).
- Add a
SECURITY.mdfile. - Fix #646.
- Modify the
Cookiereprto not include the value in full, as it can contain secrets that would leak in logs. - Improve type annotations for several modules, by @tyzhnenko.