| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| static.tar.gz | 2018-04-20 | 1.2 MB | |
| README.md | 2018-04-20 | 1.6 kB | |
| Santa Clarita Diet source code.tar.gz | 2018-04-20 | 5.9 MB | |
| Santa Clarita Diet source code.zip | 2018-04-20 | 6.3 MB | |
| Totals: 4 Items | 13.3 MB | 0 | |
v 1.1.0
Many fixes in this release and some new features as well.
BREAKING CHANGES FROM 1.0
The celeryconfig.py file has been moved to security_monkey/celeryconfig.py. Please don't forget to do this or the Celery scheduler and workers will break.
Important:
- Database upgrade is required
-
New permissions are also now required for AWS (Please review the AWS IAM docs for details):
ec2:describevpcattribute ec2:describevpcclassiclink ec2:describevpcclassiclinkdnssupport ec2:describeflowlogs
-
celeryconfig.pyfile now lives insecurity_monkey/celeryconfig.py
New Features
- Lots and lots of bug fixes that affect the database
- Better VPC watcher
- Dedicated watcher support (See this)
- Less Flask deprecation warnings
- Zero-interval watcher support
- Docker improvements
- Documentation improvements
Special thanks to the following contributors:
- @mikegrima
- @mstair
- @mcpeak
- @jcmcken
- @senorcinco
- @markofu
- @naggappan
- @cclauss
- @ArtemSokoliuk
- @sbasgall
- @EmptyLaughter
- @MKgridSec
- @nickthetait
- @fahrishb
Python 3 Support?
Not yet... but getting there! Special thanks to @cclauss for assistance here. There is still a lot of work to do to update unit tests and libraries to support Python 3.
We hope to be able to get a working version in Python 3 in the coming months.