https://github.com/bje-/bandit

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

https://github.com/bje-/bandit

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 168 committers (1.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords from Contributors

syntax-highlighting cookies unit-testing forhumans requests humans python-requests pypi virtualenv packaging
Last synced: 9 months ago · JSON representation

Repository

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

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of PyCQA/bandit
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Codeowners

README.rst

.. image:: https://raw.githubusercontent.com/pycqa/bandit/main/logo/logotype-sm.png
    :alt: Bandit

======

.. image:: https://github.com/PyCQA/bandit/actions/workflows/pythonpackage.yml/badge.svg?branch=main
    :target: https://github.com/PyCQA/bandit/actions?query=workflow%3A%22Build+and+Test+Bandit%22+branch%3Amain
    :alt: Build Status

.. image:: https://readthedocs.org/projects/bandit/badge/?version=latest
    :target: https://readthedocs.org/projects/bandit/
    :alt: Docs Status

.. image:: https://img.shields.io/pypi/v/bandit.svg
    :target: https://pypi.org/project/bandit/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/bandit.svg
    :target: https://pypi.org/project/bandit/
    :alt: Python Versions

.. image:: https://img.shields.io/pypi/format/bandit.svg
    :target: https://pypi.org/project/bandit/
    :alt: Format

.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
    :target: https://github.com/PyCQA/bandit/blob/main/LICENSE
    :alt: License

.. image:: https://img.shields.io/discord/825463413634891776.svg
    :target: https://discord.gg/qYxpadCgkx
    :alt: Discord

A security linter from PyCQA

* Free software: Apache license
* Documentation: https://bandit.readthedocs.io/en/latest/
* Source: https://github.com/PyCQA/bandit
* Bugs: https://github.com/PyCQA/bandit/issues
* Contributing: https://github.com/PyCQA/bandit/blob/main/CONTRIBUTING.md

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.

.. image:: https://raw.githubusercontent.com/pycqa/bandit/main/bandit-terminal.png
    :alt: Bandit Example Screen Shot

Show Your Style
---------------

.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: 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

Owner

  • Name: Ben Elliston
  • Login: bje-
  • Kind: user
  • Location: Canberra, Australia

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 944
  • Total Committers: 168
  • Avg Commits per committer: 5.619
  • Development Distribution Score (DDS): 0.864
Past Year
  • Commits: 11
  • Committers: 7
  • Avg Commits per committer: 1.571
  • Development Distribution Score (DDS): 0.636
Top Committers
Name Email Commits
Eric Brown b****e@v****m 128
Eric Brown e****b 123
Tim Kelsey t****y@h****m 96
Jamie Finnigan j****n@h****m 88
Travis McPeak t****k@h****m 69
OpenStack Proposal Bot o****a@l****g 33
Stanisław Pitucha s****a@h****m 31
Timothy Kelsey t****y@h****m 19
ehooo w****o@g****m 17
Christopher J Schaefer c****f@u****m 16
Brant Knudson b****n@u****m 14
Ian Cordasco i****o@r****m 12
Ian Cordasco g****v@g****m 10
lhinds l****s@r****m 10
David Wyde d****e@c****m 8
Rob Fletcher f****r@u****m 8
Travis McPeak t****k@h****m 8
Lucas Fisher l****r@n****m 7
Tin Lam t****n@i****o 7
Dave Belcher d****r@h****m 7
Michal Porteš m****1@g****m 7
Dave Walker (Daviey) e****l@d****m 6
zhangyanxian z****n@z****n 6
Henry Yamauchi h****i@y****m 6
Baran Pirinçal 3****l 5
Michael McCune m****m@r****m 5
Antoine Salon a****n@h****m 4
Tin Lam s****l 4
Cyril Roelandt c****l@r****m 4
Travis McPeak t****k@u****m 4
and 138 more...

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels