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)
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).


No differences found