You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/docs
Alex Willmer d7979c3597 mitogen: Raise TypeError on `mitogen.utils.cast(custom_str)` failures
If casting a string fails then raise a TypeError. This is potentially an API
breaking change; chosen as the lesser evil vs. allowing silent errors.

`cast()` relies on `bytes(obj)` & `str(obj)` returning the respective
supertype. That's no longer the case for `AnsibleUnsafeBytes` &
`AnsibleUnsafeText`; since fixes/mitigations for  CVE-2023-5764.

fixes #1046, refs #977

See also
- https://github.com/advisories/GHSA-7j69-qfc3-2fq9
- https://github.com/ansible/ansible/pull/82293
2 months ago
..
_static docs: remove a little more top margin wastage 5 years ago
_templates docs: Update external URLs (e.g. dw/mitogen -> mitogen-hq/mitogen) 10 months ago
images issue #505: docs: add new detail graph for one scenario. 5 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 6 years ago
Makefile docs: get rid of autobuild remnant 5 years ago
ansible_detailed.rst ansible_mitogen: Add Ansible 7 support 2 months ago
api.rst Add podman connection support 3 years ago
changelog.rst mitogen: Raise TypeError on `mitogen.utils.cast(custom_str)` failures 2 months ago
conf.py Prepare v0.3.5 3 months ago
contributors.rst ansible_mitogen: Add Ansible 7 support 2 months ago
domainrefs.py docs: add domainrefs plugin to make link aliases everywhere \o/ 5 years ago
examples.rst Replace os.system() with subprocess.check_call() 2 years ago
getting_started.rst Fix for sample in doc 5 years ago
howitworks.rst Fix miscellaneous spelling/formatting 3 years ago
index.rst docs: Update external URLs (e.g. dw/mitogen -> mitogen-hq/mitogen) 10 months ago
internals.rst Merge devel/290 @ 79b979ec8544ef5d8620c64068d4a42fabf50415 5 years ago
pickle-substitutes.ods docs: First round of Pickle-likes survey 6 years ago
requirements.txt docs: Fix generation of static website 10 months ago
services.rst issue #589: ensure real FileService/PushFileService are in the docs 5 years ago
toc.rst docs: reorder chapters 5 years ago