Test for high-severity vulnerabilities with bandit
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 27 Apr 2019 16:14:45 +0000 (16:14 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 27 Apr 2019 16:15:37 +0000 (16:15 +0000)
commita5b8f6c1bf36ed95824365c188fffa34b61519f6
tree8d266e5c263e559959686f209e1c9329e6584116
parent38aff5fc519f55a8b15a7602f34167bcfea3d7f6
Test for high-severity vulnerabilities with bandit

Use the bandit analyzer to check non-test-related Python source code
for potential vulnerabilities. To start, only error on matches with
severity "high" (we can ratchet it down later as lower-severity
items are addressed).
tox.ini