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/test/units/playbook
Matt Martz 40618d70e6 [stable-2.7] Wrap CLI passwords as AnsibleUnsafeText (#63352) (#63392)
* [stable-2.7] Wrap CLI passwords as AnsibleUnsafeText (#63352)

* isa string should rewrap as unsafe in get_validated_value

* _is_unsafe shouldn't be concerned with underlying types

* Start with passwords as text, instead of bytes

* Remove unused imports

* Add changelog fragment

* Update changelog with CVE.
(cherry picked from commit baeff7462d)

Co-authored-by: Matt Martz <matt@sivel.net>

* Update tests
5 years ago
..
role Fix multiple var files combining (followup to #36357) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py test/: PEP8 compliancy (#24803) 8 years ago
test_base.py [stable-2.7] Wrap CLI passwords as AnsibleUnsafeText (#63352) (#63392) 5 years ago
test_become.py Unit tests for ansible.playbook.become (#38541) 6 years ago
test_block.py test/: PEP8 compliancy (#24803) 8 years ago
test_conditional.py Fix invalid string escape sequences. 7 years ago
test_helpers.py test/: PEP8 compliancy (#24803) 8 years ago
test_included_file.py Consider parent also when comparing IncludedFile (#37083) 7 years ago
test_play.py PEP 8 W291 whitespace cleanup. 8 years ago
test_play_context.py fix 'doas' become_method support, previously committed patch not submitted to devel branch (#37511) 7 years ago
test_playbook.py test/: PEP8 compliancy (#24803) 8 years ago
test_taggable.py test/: PEP8 compliancy (#24803) 8 years ago
test_task.py Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 7 years ago