File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ Creating Subprocesses
95
95
See the documentation of :meth: `loop.subprocess_shell ` for other
96
96
parameters.
97
97
98
- .. important ::
99
-
100
- It is the application's responsibility to ensure that all whitespace and
101
- special characters are quoted appropriately to avoid `shell injection
102
- <https://en.wikipedia.org/wiki/Shell_injection#Shell_injection> `_
103
- vulnerabilities. The :func: `shlex.quote ` function can be used to properly
104
- escape whitespace and special shell characters in strings that are going
105
- to be used to construct shell commands.
98
+ .. important ::
99
+
100
+ It is the application's responsibility to ensure that all whitespace and
101
+ special characters are quoted appropriately to avoid `shell injection
102
+ <https://en.wikipedia.org/wiki/Shell_injection#Shell_injection> `_
103
+ vulnerabilities. The :func: `shlex.quote ` function can be used to properly
104
+ escape whitespace and special shell characters in strings that are going
105
+ to be used to construct shell commands.
106
106
107
107
.. deprecated-removed :: 3.8 3.10
108
108
You can’t perform that action at this time.
0 commit comments