🌐
GitHub
github.com › PyCQA › bandit
GitHub - PyCQA/bandit: Bandit is a tool designed to find common security issues in Python code. · GitHub
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.
Starred by 8.2K users
Forked by 796 users
Languages   Python 99.9% | Dockerfile 0.1%
🌐
GitHub
github.com › bgalbraith › bandits
GitHub - bgalbraith/bandits: Python library for Multi-Armed Bandits · GitHub
Python library for Multi-Armed Bandits. Contribute to bgalbraith/bandits development by creating an account on GitHub.
Starred by 770 users
Forked by 158 users
Languages   Jupyter Notebook 98.0% | Python 2.0%
🌐
GitHub
github.com › JoeCare › bandit-python
GitHub - JoeCare/bandit-python: Bandit is a tool designed to find common security issues in Python code. · GitHub
Bandit is a tool designed to find common security issues in Python code. - JoeCare/bandit-python
Author   JoeCare
🌐
GitHub
github.com › Alanthink › banditpylib
GitHub - Alanthink/banditpylib: A lightweight python library for bandit algorithms
A lightweight python library for bandit algorithms - Alanthink/banditpylib
Starred by 30 users
Forked by 5 users
Languages   Python 99.1% | Makefile 0.9% | Python 99.1% | Makefile 0.9%
🌐
GitHub
github.com › marketplace › actions › bandit-scan
Bandit Scan · Actions · GitHub Marketplace
Bandit is a tool designed to find common security issues in Python code. This action will run Bandit on your codebase.
🌐
GitHub
github.com › marketplace › actions › python-bandit-with-code-annotations
python-bandit with code annotations - GitHub Marketplace
This GitHub Action runs bandit checks on your code and annotates the interested lines with the reported issues.
🌐
GitHub
github.com › topics › python-bandit
python-bandit · GitHub Topics · GitHub
docker dockerfile continuous-integration ci docker-container alpine docker-image multistage bandit awesome-ci python-bandit
🌐
GitHub
github.com › PlaytikaOSS › pybandits
GitHub - PlaytikaOSS/pybandits: Python library for Multi-Armed Bandits · GitHub
PyBandits is a Python library for Multi-Armed Bandit.
Starred by 53 users
Forked by 4 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › codacy › codacy-bandit
GitHub - codacy/codacy-bandit: Bandit Python Tool for Codacy
Bandit Python Tool for Codacy. Contribute to codacy/codacy-bandit development by creating an account on GitHub.
Starred by 9 users
Forked by 10 users
Languages   Scala 87.3% | Python 6.4% | Shell 4.2% | Dockerfile 2.1% | Scala 87.3% | Python 6.4% | Shell 4.2% | Dockerfile 2.1%
🌐
Smpybandits
smpybandits.github.io
Welcome to SMPyBandits documentation! — SMPyBandits 0.9.6 documentation
@misc{SMPyBandits, title = {{SMPyBandits: an Open-Source Research Framework for Single and Multi-Players Multi-Arms Bandits (MAB) Algorithms in Python}}, author = {Lilian Besson}, year = {2018}, url = {https://github.com/SMPyBandits/SMPyBandits/}, howpublished = {Online at: \url{GitHub.com/SMPyBandits/SMPyBandits}}, note = {Code at https://github.com/SMPyBandits/SMPyBandits/, documentation at https://smpybandits.github.io/} }
🌐
GitHub
github.com › PyCQA › bandit › releases
Releases · PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code. - Releases · PyCQA/bandit
Author   PyCQA
🌐
GitHub
github.com › topics › bandit
bandit · GitHub Topics · GitHub
All 225 Python 108 Shell 16 Jupyter Notebook 12 HTML 9 Elixir 7 JavaScript 7 Dockerfile 4 Go 3 Makefile 2 R 2 ... Bandit is a tool designed to find common security issues in Python code.
🌐
GitHub
github.com › openstack-archive › bandit
GitHub - openstack-archive/bandit: Python AST-based static analyzer from OpenStack Security Group
Python AST-based static analyzer from OpenStack Security Group - openstack-archive/bandit
Starred by 1.2K users
Forked by 98 users
🌐
GitHub
github.com › david-cortes › contextualbandits
GitHub - david-cortes/contextualbandits: Python implementations of contextual bandits algorithms · GitHub
Python implementations of contextual bandits algorithms - david-cortes/contextualbandits
Starred by 838 users
Forked by 154 users
Languages   Python 89.4% | Cython 9.2% | C++ 1.4%
🌐
GitHub
github.com › marketplace › actions › bandit-action
Bandit Action - GitHub Marketplace
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.
🌐
GitHub
github.com › topics › bandit-algorithms
bandit-algorithms · GitHub Topics · GitHub
Implementation for NeurIPS 2020 paper "Locally Differentially Private (Contextual) Bandits Learning" (https://arxiv.org/abs/2006.00701) ... Python implementation for Reinforcement Learning algorithms -- Bandit algorithms, MDP, Dynamic Programming (value/policy iteration), Model-free Control (off-policy Monte Carlo, Q-learning)
🌐
Readthedocs
bandit.readthedocs.io
Welcome to Bandit — Bandit documentation
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.
🌐
Readthedocs
bandit.readthedocs.io › en › latest › start.html
Getting Started — Bandit documentation
Bandit can also be installed from source. To do so, either clone the repository or download the source tarball from PyPI, then install it: python setup.py install · Alternatively, let pip do the downloading for you, like this: pip install git+https://github.com/PyCQA/bandit#egg=bandit ·
🌐
GitHub
github.com › PyCQA › bandit › blob › main › bandit › cli › main.py
bandit/bandit/cli/main.py at main · PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code. - bandit/bandit/cli/main.py at main · PyCQA/bandit
Author   PyCQA