Skip to content
forked from PyCQA/bandit

Bandit is a tool designed to find common security issues in Python code.

License

Notifications You must be signed in to change notification settings

costaparas/bandit

This branch is 124 commits behind PyCQA/bandit:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 29, 2023
Jul 24, 2023
Jun 2, 2023
Jul 24, 2023
Mar 14, 2019
Jan 22, 2022
Jul 24, 2023
Jan 29, 2022
Jun 29, 2023
Jun 15, 2023
Aug 6, 2018
Mar 22, 2020
Apr 13, 2023
Jan 22, 2022
Feb 11, 2023
Mar 5, 2022
Apr 6, 2023
Jun 5, 2023
Jun 29, 2023
Jun 29, 2023
Mar 25, 2022
Jun 29, 2023

Repository files navigation

Bandit


Build Status Docs Status Latest Version Python Versions Format License Discord

A security linter from PyCQA

Overview

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.

Bandit was originally developed within the OpenStack Security Project and later rehomed to PyCQA.

Bandit Example Screen Shot

Show Your Style

Security Status

Use our badge in your project's README!

using Markdown:

[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)

using RST:

.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: Security Status

References

Python AST module documentation: https://docs.python.org/3/library/ast.html

Green Tree Snakes - the missing Python AST docs: https://greentreesnakes.readthedocs.org/en/latest/

Documentation of the various types of AST nodes that Bandit currently covers or could be extended to cover: https://greentreesnakes.readthedocs.org/en/latest/nodes.html

About

Bandit is a tool designed to find common security issues in Python code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%