Skip to content

Commit 63db70c

Browse files
clatapieMaxJPRey
andauthored
Update doc/source/how-to/vulnerabilities.rst
Co-authored-by: Maxime Rey <[email protected]>
1 parent 28a98ac commit 63db70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ 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-
320+
.. warning::
321321
Please note that ignoring Bandit warnings should be done with caution, and you should ensure
322322
that the code is safe and does not introduce any security risks. It is recommended to review the
323323
`bandit documentation`_ for more information on each warning and the potential risks involved.

0 commit comments

Comments
 (0)