mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo santized -> sanitized
This commit is contained in:
parent
d7af01da2b
commit
db7af998ee
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ def shell(cmd,
|
|||
|
||||
This passes the cmd argument directly to the shell
|
||||
without any further processing! Be absolutely sure that you
|
||||
have properly santized the command passed to this function
|
||||
have properly sanitized the command passed to this function
|
||||
and do not use untrusted inputs.
|
||||
|
||||
Note that ``env`` represents the environment variables for the command, and
|
||||
|
|
Loading…
Add table
Reference in a new issue