Skip to content

Commit

Permalink
Update CODING_GUIDELINES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed Mar 14, 2014
1 parent 30cdac6 commit 0cea4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CODING_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
================
Expand Down

0 comments on commit 0cea4d8

Please sign in to comment.