]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add bandit for security static analysis testing
authorEric Brown <browne@vmware.com>
Sat, 2 May 2015 07:13:06 +0000 (00:13 -0700)
committerEric Brown <browne@vmware.com>
Sun, 26 Jul 2015 04:37:31 +0000 (21:37 -0700)
commit6cddec7db991c493b528b51d88ea00b191d4134a
tree2851f64866867db98718fc2d7d11cbcd3e019781
parent4f197feb0d6d4d8c44329087eb373ecdbf282bac
Add bandit for security static analysis testing

This change adds a basic bandit config for Cinder. It can be invoked
by running the tox environment for bandit;
    tox -e bandit

This is intended as a starting point for using bandit with Cinder
and it should be revisited to improve the testing as more is learned
about the specific needs of the Cinder code base.

Tox is configured to only show results for high and medium severity
results.

https://wiki.openstack.org/wiki/Security/Projects/Bandit

Change-Id: I0247e0ccaed6faacacb2b8d2f8b141a8edc704af
test-requirements.txt
tools/bandit.yaml [new file with mode: 0644]
tox.ini