Skip to content

Commit

Permalink
fix B603 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and ericwb committed Aug 7, 2019
1 parent 610b800 commit c47fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/injection_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def subprocess_popen_with_shell_equals_true(context, config):
@test.checks('Call')
@test.test_id('B603')
def subprocess_without_shell_equals_true(context, config):
"""**B603: Test for use of subprocess with shell equals true**
"""**B603: Test for use of subprocess without shell equals true**
Python possesses many mechanisms to invoke an external executable. However,
doing so may present a security issue if appropriate care is not taken to
Expand Down

0 comments on commit c47fdd9

Please sign in to comment.