diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-03-14 11:23:34 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-03-14 11:23:34 -0500 |
commit | 0cea4d8a32ba815152b0e8974e3c101b3a840099 (patch) | |
tree | 178b586d2db761ccc045cbda02e7f326f6c57411 /CODING_GUIDELINES.md | |
parent | 30cdac606182738097147c4e93d6395d138b07de (diff) | |
download | ansible-0cea4d8a32ba815152b0e8974e3c101b3a840099.tar.gz |
Update CODING_GUIDELINES.md
Diffstat (limited to 'CODING_GUIDELINES.md')
-rw-r--r-- | CODING_GUIDELINES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index 1ba5d5035e..2da07681ce 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -86,6 +86,7 @@ Module Security * if you use need the shell you must pass use_unsafe_shell=True to module.run_command * if you do not need the shell, avoid using the shell * any variables that can come from the user input with use_unsafe_shell=True must be wrapped by pipes.quote(x) + * downloads of https:// resource urls must import module_utils.urls and use the fetch_url method Misc Preferences ================ |