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.
Follwing fixes in Ansible 7-9 for CVE-2023-5764 cating `AnsibleUnsafeBytes` & `AnsibleUnsafeText` to `bytes()` or `str()` requires special handling. The handling is Ansible specific, so it shouldn't go in the mitogen package but rather the ansible_mitogen package. `ansible_mitogen.utils.unsafe.cast()` is most like `mitogen.utils.cast()`. During development it began as `ansible_mitogen.utils.unsafe.unwrap_var()`, closer to an inverse of `ansible.utils.unsafe_procy.wrap_var()`. Future enhancements may move in this direction. refs #977, refs #1046 See also - https://github.com/advisories/GHSA-7j69-qfc3-2fq9 - https://github.com/ansible/ansible/pull/82293 - https://github.com/mitogen-hq/mitogen/wiki/AnsibleUnsafe-notes |
2 years ago | |
|---|---|---|
| .. | ||
| compat | 3 years ago | |
| plugins | 3 years ago | |
| utils | 2 years ago | |
| __init__.py | 8 years ago | |
| affinity.py | 4 years ago | |
| connection.py | 2 years ago | |
| loaders.py | 2 years ago | |
| logging.py | 4 years ago | |
| mixins.py | 2 years ago | |
| module_finder.py | 2 years ago | |
| parsing.py | 4 years ago | |
| planner.py | 4 years ago | |
| process.py | 3 years ago | |
| runner.py | 2 years ago | |
| services.py | 2 years ago | |
| strategy.py | 4 years ago | |
| target.py | 3 years ago | |
| transport_config.py | 3 years ago | |