Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Conversation

@mcpeak
Copy link
Contributor

@mcpeak mcpeak commented Apr 19, 2017

This PR adds Bandit to Security Monkey in two steps:

  1. Address current medium+ severity and confidence findings by either marking not relevant with #nosec or by fixing when appropriate.

  2. Add Bandit gate checks in travis

Travis McPeak and others added 3 commits April 19, 2017 00:18
This commit addresses a few Bandit findings so that we can run
a gate in the future.  A few issues are marked non dangerous
(use of md5 for non-security), and a couple issues were fixed
(autoescaping Jinja and using yaml.safe_load).
This commit adds a Bandit gate to travis to run against each
commit.  Bandit will be run with medium+ severity and confidence
filters and exclude the tests folder.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 60.281% when pulling 0afc25a on mcpeak:develop into 34d7246 on Netflix:develop.

@scriptsrc scriptsrc merged commit 2e629c2 into Netflix:develop Apr 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants