Skip to content

Commit

Permalink
Create v3.1.2 release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Oct 4, 2019
1 parent 1e7d2fa commit 99cf2b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [v3.1.2] - 2019-10-04

### Added
- Alerts can be turned on/off via web ui
- GeoModel alert to compare locations and determine if travel is possible
- New Query model (SubnetMatch) to match documents on ip and subnets
- LDAP Bruteforce Alert
- Make target (lint) for running pep8 checks against codebase
- Uptycs alert event cron script

### Fixed
- Modified regex statements to be proper python3 statements
- Auth0 script to consume new depnote events

### Changed
- Moved benchmark and examples directory into scripts directory with sample ingest scripts


## [v3.1.1] - 2019-07-25

### Added
Expand Down Expand Up @@ -184,7 +202,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added checks on sending SQS messages to only accept intra-account messages
- Improved docker performance and disk space requirements

[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.1...HEAD
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.2...HEAD
[v3.1.2]: https://github.com/mozilla/MozDef/compare/v3.1.1...v3.1.2
[v3.1.1]: https://github.com/mozilla/MozDef/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ The Mozilla Enterprise Defense Platform (MozDef) seeks to automate the security

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

[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.1/mozdef-parent.yml
[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.2/mozdef-parent.yml

## Survey & Contacting us

Expand Down

0 comments on commit 99cf2b7

Please sign in to comment.