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

Commit f517be4

Browse files
committed
Release v3.1.0
Update changelog Update links to launch MozDef in AWS
1 parent 51eb8be commit f517be4

3 files changed

Lines changed: 40 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [v3.1.0] - 2019-07-18
9+
10+
### Added
11+
- Captured the AWS CodeBuild CI/CD configuration in code with documentation
12+
- Support for HTTP Basic Auth in AWS deployment
13+
- Docker healthchecks to docker containers
14+
- Descriptions to all AWS Lambda functions
15+
- Support for alerts-* index in docker environment
16+
- Alert that detects excessive numbers of AWS API describe calls
17+
- Additional AWS infrastructure to support AWS re:Inforce 2019 workshop
18+
- Documentation specific to MozDef installation now that MozDef uses Python 3
19+
- Config setting for CloudTrail notification SQS queue polling time
20+
- Config setting for Slack bot welcome message
21+
22+
### Changed
23+
- Kibana port from 9443 to 9090
24+
- AWS CloudFormation default values from "unset" to empty string
25+
- Simplify mozdef-mq logic determining AMQP endpoint URI
26+
- SQS to always use secure transport
27+
- CloudTrail alert unit tests
28+
- Incident summary placeholder text for greater clarity
29+
- Display of Veris data for easier viewing
30+
- All Dockerfiles to reduce image size, pin package signing keys and improve
31+
clarity
32+
33+
### Fixed
34+
- Workers starting before GeoIP data is available
35+
- Mismatched MozDefACMCertArn parameter name in CloudFormation template
36+
- Duplicate mozdefvpcflowlogs object
37+
- Hard coded AWS Availability Zone
38+
- httplib2 by updating to version to 0.13.0 for python3
39+
- mozdef_util by modifying bulk queue to acquire lock before saving events
40+
- Dashboard Kibana URL
41+
- Unnecessary and conflicting package dependencies from MozDef and mozdef_util
42+
- get_indices to include closed indices
43+
844
## [v3.0.0] - 2019-07-08
945
### Added
1046
- Support for Python3
@@ -132,7 +168,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
132168
- Added checks on sending SQS messages to only accept intra-account messages
133169
- Improved docker performance and disk space requirements
134170

135-
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.0.0...HEAD
171+
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.0...HEAD
172+
[v3.1.0]: https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
136173
[v3.0.0]: https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
137174
[v2.0.1]: https://github.com/mozilla/MozDef/compare/v2.0.0...v2.0.1
138175
[v2.0.0]: https://github.com/mozilla/MozDef/compare/v1.40.0...v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Mozilla Enterprise Defense Platform (MozDef) seeks to automate the security
3636

3737
MozDef is in production at Mozilla where we are using it to process over 300 million events per day.
3838

39-
[1]: https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v1.38.5/mozdef-parent.yml
39+
[1]: https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v3.1.0/mozdef-parent.yml
4040

4141
## Survey & Contacting us
4242

docs/source/cloud_deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cloud based MozDef is an opinionated deployment of the MozDef services created i
77
ingest CloudTrail, GuardDuty, and provide security services.
88

99
.. image:: images/cloudformation-launch-stack.png
10-
:target: https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v1.38.5/mozdef-parent.yml
10+
:target: https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=mozdef-for-aws&templateURL=https://s3-us-west-2.amazonaws.com/public.us-west-2.infosec.mozilla.org/mozdef/cf/v3.1.0/mozdef-parent.yml
1111

1212

1313
Feedback

0 commit comments

Comments
 (0)