Skip to content

Commit 670c850

Browse files
committed
fix: adding extra space
1 parent 37f3d19 commit 670c850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ For example, to ignore the B404 warning, you would add `# nosec B404` to the end
317317
# the input is controlled by the library. Excluding bandit check.
318318
import subprocess # nosec B404
319319
320+
320321
.. warning::
321-
322+
322323
Please note that ignoring Bandit warnings should be done with caution, and you should ensure
323324
that the code is safe and does not introduce any security risks. It is recommended to review the
324325
`bandit documentation`_ for more information on each warning and the potential risks involved.

0 commit comments

Comments
 (0)