diff --git a/doc/source/conf.py b/doc/source/conf.py index b129ec46..6e376759 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ # General information about the project. project = "Bandit" -copyright = "2016, Bandit Developers" +copyright = "2022, Bandit Developers" # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/doc/source/index.rst b/doc/source/index.rst index fd1dbe14..64638cf9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,14 +1,11 @@ -Welcome to the Bandit documentation! -==================================== +Welcome to Bandit +================= Bandit is a tool designed to find common security issues in Python code. To do this, Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files, it generates a report. -This documentation is generated by the Sphinx toolkit and lives in the source -tree. - Using and Extending Bandit ========================== .. toctree:: @@ -21,9 +18,24 @@ Using and Extending Bandit formatters/index faq +Contributing +============ + +* `Source code`_ +* `Issue tracker`_ + +.. _`Source code`: https://github.com/PyCQA/bandit +.. _`Issue tracker`: https://github.com/PyCQA/bandit/issues + Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` + +License +======= + +The ``bandit`` library is provided under the terms and conditions of the +`Apache License 2.0 `_