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

Commit

Permalink
Updating changelog in preparation of v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kelley committed Jan 13, 2017
1 parent 4ef5024 commit 3d0e1d5
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
*********

v0.8.0 (2016-12-02)
===================
v0.8.0 (2016-12-02-delayed->2017-01-13)
=======================================
- PR #425 - @crruthe - Fixed a few report hyperlinks.
- PR #428 - @nagwww - Documentation fix. Renamed `module: security_monkey.auditors.elb` to `module: security_monkey.auditors.elasticsearch_service`
- PR #424 - @mikegrima - OS X Install doc updates for El Capitan and higher.
Expand Down Expand Up @@ -32,9 +32,26 @@ v0.8.0 (2016-12-02)
- PR #442 - @monkeysecurity - Adding index to region. Dropping unused item.cloud.
- PR #450 - @monkeysecurity - Moved test & onelogin requirements to the setup.py extras_require section.
- PR #407 - @zollman - Link together issues by enabling auditor dependencies.
- PR #419 - @monkeysecurity - Auditor will now fix any issues that are not attached to an AuditorSetting.
- PR #419 - @monkeysecurity - Auditor will now fix any issues that are not attached to an AuditorSetting.
- PR NONE - @monkeysecurity - Item View no longer returns revision configuration bodies. Should improve UI for items with many revisions.
- PR NONE - @monkeysecurity - Fixing bug where SSO arguments weren't passed along for branded sso. (Where the name is not google or ping or onelogin)
- PR #476 - @markofu - Update aws_accounts.json to add Canada and Ohio regions.
- PR NONE - @monkeysecurity - Fixing `manage.py::amazon_accounts()` to use new AccountType and adding `delete_unjustified_issues()`.
- PR #480 - @monkeysecurity - Making Gunicorn an optional import to help support dev on Windows.
- PR #481 - @monkeysecurity - Fixing a couple dart warnings.
- PR #482 - @monkeysecurity - Replacing `Flask-Security` with `Flask-Security-Fork`.
- PR #483 - @monkeysecurity - issue #477 - Fixes IAM User Auditor login_profile check.
- PR #484 - @monkeysecurity - Bumping Jinja2 to `>=2.8.1`
- PR #485 - @robertoriv - New IAM Role Auditor feature - Check for unknown cross account assumerole.
- PR #487 - @hyperbolist - issue #486 - Upgrade setuptools in Dockerfile.
- PR #489 - @monkeysecurity - issue #251 - Fix IAM SSL Auditor regression. Issue should be raised if we cannot obtain cert issuer.
- PR #490 - @monkeysecurity - issue #421 - Adding ephemeral field to RDS DB issue.
- PR #491 - @monkeysecurity - Adding new RDS DB Cluster ephemeral field.
- PR #492 - @monkeysecurity - issue #466 - Updating S3 Auditor to use the ARN class.
- PR NONE - @monkeysecurity - Fixing typo in dart files.
- PR #495 - @monkeysecurity - issue #494 - Refactoring to work with the new Flask-WTF.
- PR #493 - @monkeysecurity - Windows 10 Development instructions.
- PR NONE - @monkeysecurity - issue #496 - Bumping CloudAux to >=1.0.7 to fix IAM User UploadDate field JSON serialization error.

Important Notes:

Expand All @@ -54,6 +71,8 @@ Contributors:

- @zollman
- @robertoriv
- @hyperbolist
- @markofu
- @AngeloCiffa
- @jnbnyc
- @crruthe
Expand Down Expand Up @@ -158,7 +177,7 @@ v0.6.0 (2016-08-29)
- PR #386 - Shortening sessions from default value to 60 minutes. Setting Cookie HTTPONLY and SECURE flags.
- PR #389 - Adding CloudTrail table, linked to itemrevision. (To be used by bananapeel rearchitecture.)
- PR #390 - @ollytheninja - Adding export CSV button.
- PR #394 - @mikegrima - Saving exceptions to database table
- PR #394 - @mikegrima - Saving exceptions to database table
- PR #402 - issue #401 - Adding new ELB Reference Policy ELBSecurityPolicy-2016-08


Expand Down Expand Up @@ -193,7 +212,7 @@ Important Notes:
SESSION_COOKIE_SECURE=True
SESSION_COOKIE_HTTPONLY=True
PREFERRED_URL_SCHEME='https'
REMEMBER_COOKIE_DURATION=timedelta(minutes=60) # Can make longer if you want remember_me to be useful
REMEMBER_COOKIE_SECURE=True
REMEMBER_COOKIE_HTTPONLY=True
Expand Down

0 comments on commit 3d0e1d5

Please sign in to comment.