Patrick Kelley
Patrick Kelley
A VPC Network ACL watcher was added in #411. Now we just need an Auditor.
https://github.com/Netflix/security_monkey/blob/develop/docs/misc.rst#custom-alerters Yeah - I think a custom alerter is the way to go.
I have an implementation of this internally (custom alerter sending things to SNS). I'll work to open source this.
Hey @AlexCline - Netflix OSS is now actually being tracked for number of open PR's, so I'm not suppose to have unmerged PR's around anymore.. (and I still have a...
Are you trying to setup local dev on your OS X box? Could you share your config file?
I've noticed this doesn't happen if you change the following setting in config-deploy.py: ``` SECURITY_POST_REGISTER_VIEW ``` That is currently set to BASE_URL. If I change the assignment to WEB_PATH (or...
Agreed - any HTTP is not tolerable. Since nginx is terminating SSL, and not flask, the API is incorrectly defaulting all created URLs to HTTP. This was previously overcome by...
Agreed. I'd also like to assign a unique ID to each auditor check, so when we change the text of the checks, the justifications aren't lost.
Hey @lucab, We are running a multi-user setup and it has been setup that way from the beginning. By a "multi-user setup", I mean that multiple users can login and...
This should be a lot easier since #376 has been merged. (Item table now has an arn field.)