Skip to content

Commit 37f3d19

Browse files
committed
docs: adding warning section
1 parent 63db70c commit 37f3d19

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,11 @@ 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-
.. warning::
321-
Please note that ignoring Bandit warnings should be done with caution, and you should ensure
322-
that the code is safe and does not introduce any security risks. It is recommended to review the
323-
`bandit documentation`_ for more information on each warning and the potential risks involved.
320+
.. warning::
321+
322+
Please note that ignoring Bandit warnings should be done with caution, and you should ensure
323+
that the code is safe and does not introduce any security risks. It is recommended to review the
324+
`bandit documentation`_ for more information on each warning and the potential risks involved.
324325

325326

326327
Security considerations file

0 commit comments

Comments
 (0)