#
bandit
Here are 79 public repositories matching this topic...
Performing security tests inside your CI
javascript
python
golang
continuous-integration
static-analysis
gitlab-ci
safety
ruby-on-rails
vulnerabilities
hacktoberfest
brakeman
security-automation
security-tools
bandit
npm-audit
yarn-audit
gosec
huskyci-client
-
Updated
May 20, 2021 - Go
DevSecOps Distribution - Virtual Environment to learn DevSecOps
zap
brakeman
bandit
certification-prep
practical-traning
practical-devsecops
devsecops-studio
learn-devsecops
os-hardening
-
Updated
Apr 20, 2021 - Python
Python application to setup and run streaming (contextual) bandit experiments.
-
Updated
Jun 9, 2020 - Python
Automated security testing using bandit and flake8.
security
static-code-analysis
flake8
vulnerability-detection
security-automation
security-tools
bandit
-
Updated
Dec 29, 2020 - Python
Contextual Bandits in R - simulation and evaluation of Multi-Armed Bandit Policies
machine-learning
cran
statistics
reinforcement-learning
simulation
evaluation
exploration
exploitation
bandit-learning
reinforcement
multi-armed-bandits
multi-armed-bandit
bandit
contextual-bandits
contextual
cmab
multi-armed
bandit-experiments
contextual-bandit-policies
offline-bandit
-
Updated
Jul 25, 2020 - R
A pre-commit hook to find common security issues in your Python code
-
Updated
Apr 21, 2021 - Python
Frontend to display data from huskyCI analyses
javascript
python
golang
static-analysis
safety
ruby-on-rails
vulnerabilities
brakeman
continous-integration
security-automation
security-tools
bandit
security-tool
npm-audit
yarn-audit
gosec
-
Updated
May 28, 2021 - JavaScript
Another A/B test library
scala
public
functional-programming
functional-reactive-programming
ab-testing
bayesian
bandits
bayesian-analysis
bandit
bandit-algorithm
-
Updated
Jun 2, 2021 - Scala
AI-engine that powers Iter8, the AI-driven Kubernetes experimentation platform.
kubernetes
analytics
canary
continuous-deployment
ab-testing
istio
bandit
canary-deployments
progressive-delivery
canary-releases
-
Updated
Jun 2, 2021 - Python
pytest plugin to execute bandit across a codebase
-
Updated
Feb 23, 2021 - Python
Thompson Sampling Tutorial
-
Updated
Jan 25, 2019 - Jupyter Notebook
We use policy gradient to help agents learn optimal policies in a competitive multi-agent contextual bandit setting
-
Updated
Mar 9, 2018 - Jupyter Notebook
Configuration files leveraging pre-commit for Python code linting and formatting.
-
Updated
Jun 2, 2021 - Python
Combine multiple popular python security tools and generate reports or output into different formats
python
linting
static-analysis
safety
python-security
sarif
security-tools
bandit
dlint
dodgy
semgrep
simplesecurity
security-report
-
Updated
Mar 29, 2021 - Python
A codeclimate engine for bandit.
-
Updated
Nov 1, 2018 - Python
Thoth's Security Indicator using bandit
-
Updated
Jan 8, 2021 - Python
-
Updated
May 30, 2016 - Swift
Examples of gitlab-ci jobs, pytest slack integration, pylint-check jobs, gitlab-artifacts, parametrization-tests, multithread execution for methods, sitemap checking links status. Mirrored from gitlab.
python
slack
security-audit
gitlab
gitlab-ci
pytest
allure
safety
allure-report
pylint
multithread
bandit
gitlabci
slack-integration
azure-pipelines
trivy
parametrization-tests
sitemap-checking
test-parametrization
-
Updated
Jun 2, 2021 - Python
Code for our AJCAI 2020 paper: "Online Semi-Supervised Learning in Contextual Bandits with Episodic Reward".
reinforcement-learning
paper
semi-supervised-learning
bandits
bandit
contextual-bandits
contextual-bandit
self-supervised-learning
nonstationary-environments
-
Updated
Sep 21, 2020 - MATLAB
Thoth's Security Indicator Aggragator
-
Updated
Nov 30, 2020 - Python
Reinforcement Learning algorithms
-
Updated
Apr 7, 2020 - Jupyter Notebook
Alpine-based multistage-build version of bandit for reproducible usage in CI
docker
dockerfile
continuous-integration
ci
docker-container
alpine
docker-image
multistage
bandit
awesome-ci
python-bandit
-
Updated
Mar 14, 2021 - Makefile
-
Updated
May 30, 2021 - Python
Papers I've been reading on machine learning (bandits, reinforcement learning, algorithm selection, optimal transport, time series, etc).
machine-learning
statistics
reinforcement-learning
deep-learning
time-series
optimization
recommender-system
transfer-learning
convex-optimization
optimal-transport
algorithm-selection
bandit
-
Updated
Mar 10, 2020
Codes for simulations in the paper "On Worst-case Regret of Linear Thompson Sampling"
-
Updated
Mar 9, 2021 - Python
Improve this page
Add a description, image, and links to the bandit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bandit topic, visit your repo's landing page and select "manage topics."
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce