Skip to content

Commit

Permalink
Remove redundant word Bandit in titles of sections (#873)
Browse files Browse the repository at this point in the history
We don't need the word "Bandit" prefixed to each of these section
titles:
* Bandit Test Plugins
* Bandit Blacklist Plugins
* Bandit Report Formatters

Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Apr 2, 2022
1 parent c166855 commit 05707b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/source/blacklists/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bandit Blacklist Plugins
========================
Blacklist Plugins
=================

Bandit supports built in functionality to implement blacklisting of imports and
function calls, this functionality is provided by built in test 'B001'. This
Expand Down
4 changes: 2 additions & 2 deletions doc/source/formatters/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bandit Report Formatters
========================
Report Formatters
=================

Bandit supports many different formatters to output various security issues in
python code. These formatters are created as plugins and new ones can be
Expand Down
4 changes: 2 additions & 2 deletions doc/source/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bandit Test Plugins
===================
Test Plugins
============

Bandit supports many different tests to detect various security issues in
python code. These tests are created as plugins and new ones can be created to
Expand Down

0 comments on commit 05707b3

Please sign in to comment.