mirror of https://github.com/ansible/ansible.git
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.
13 lines
609 B
YAML
13 lines
609 B
YAML
5 years ago
|
bugfixes:
|
||
|
- >
|
||
|
**security issue** - Convert CLI provided passwords to text initially, to
|
||
|
prevent unsafe context being lost when converting from bytes->text during
|
||
|
post processing of PlayContext. This prevents CLI provided passwords from
|
||
|
being incorrectly templated (CVE-2019-14856)
|
||
|
- >
|
||
|
**security issue** - Update ``AnsibleUnsafeText`` and ``AnsibleUnsafeBytes``
|
||
|
to maintain unsafe context by overriding ``.encode`` and ``.decode``. This
|
||
|
prevents future issues with ``to_text``, ``to_bytes``, or ``to_native``
|
||
|
removing the unsafe wrapper when converting between string types
|
||
|
(CVE-2019-14856)
|