Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant word Bandit in titles of sections #873

Merged
merged 1 commit into from
Apr 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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