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/examples
James Cammarata ed56f51f18 Fixing security issue with lookup returns not tainting the jinja2 environment
CVE-2017-7481

Lookup returns wrap the result in unsafe, however when used through the
standard templar engine, this does not result in the jinja2 environment being
marked as unsafe as a whole. This means the lookup result looses the unsafe
protection and may become simple unicode strings, which can result in bad
things being re-templated.

This also adds a global lookup param and cfg options for lookups to allow
unsafe returns, so users can force the previous (insecure) behavior.
7 years ago
..
playbooks Wrong target for link? 11 years ago
scripts ConfigureRemotingForAnsible: RSA 1024 to RSA 4096 (#23684) 7 years ago
DOCUMENTATION.yml Link to module developing_modules_documenting.html 7 years ago
ansible.cfg Fixing security issue with lookup returns not tainting the jinja2 environment 7 years ago
hosts comment examples in default hosts file 9 years ago
hosts.yaml updated better yaml host examples 7 years ago
hosts.yml linked cause people forget yaml and yml exist 8 years ago