mirror of https://github.com/ansible/ansible.git
[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>
pull/62378/head
parent
9d6282e633
commit
7dff7b916b
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >
|
||||
**security issue** - TaskExecutor - Ensure we don't erase unsafe context in TaskExecutor.run on bytes.
|
||||
Only present in 2.9.0beta1
|
||||
(https://github.com/ansible/ansible/issues/62237)
|
||||
Loading…
Reference in New Issue