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/utils
James Cammarata 62a1295a3e Security fixes:
* Strip lookup calls out of inventory variables and clean unsafe data
  returned from lookup plugins (CVE-2014-4966)
* Make sure vars don't insert extra parameters into module args and prevent
  duplicate params from superseding previous params (CVE-2014-4967)
12 years ago
..
module_docs_fragments Adding missing options to the file documentation fragment 12 years ago
__init__.py Security fixes: 12 years ago
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 12 years ago
display_functions.py Moving display-related functions to new module in utils 12 years ago
module_docs.py Fixes #6894 add missing file and remove debug line 12 years ago
plugins.py Use PluginLoader for module docs fragments 12 years ago
string_functions.py Allow isprintable() util function to work with unicode 12 years ago
template.py When parsing json from untrusted sources, remove templating tags 12 years ago
vault.py Make sure umask is set restrictively before creating any vault files 12 years ago