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.
ansible/lib/ansible/executor
Matt Martz 7dff7b916b [stable-2.9] Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287)
* Ensure we don't erase unsafe context in TaskExecutor.run on bytes. Fixes #62237

* Remove unused import

* Add missing import

* use args splatting for to_unsafe_text/bytes

* Add security issue to changelog

* fix yaml linting issue
(cherry picked from commit 5be0668)

Co-authored-by: Matt Martz <matt@sivel.net>
6 years ago
..
discovery Python interpreter discovery (#50163) 7 years ago
powershell Change collection PS util import pattern (#61307) 6 years ago
process Avoid WorkerProcess._new_stdin FD sharing (#51623) (#51624) 7 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 9 years ago
action_write_locks.py Clarify the comments for action_write_locks 8 years ago
interpreter_discovery.py Use unicode string for auto interpreter warnings (#53671) 7 years ago
module_common.py Support relative imports in AnsiballZ. (#61196) 6 years ago
play_iterator.py Remove "legacy" code from PlayIterator (#53754) 7 years ago
playbook_executor.py Not native, but text (#55676) 7 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 7 years ago
task_executor.py [stable-2.9] Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287) 6 years ago
task_queue_manager.py Ensure has_dead_workers functions (#60653) 6 years ago
task_result.py Always keep subset data for callbacks (#56881) 7 years ago