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

Commit a7c2b90

Browse files
authored
Merge pull request #1482 from mozilla/v3.1.2
Create v3.1.2 release and update changelog
2 parents c8a9d94 + 99cf2b7 commit a7c2b90

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v3.1.2] - 2019-10-04
9+
10+
### Added
11+
- Alerts can be turned on/off via web ui
12+
- GeoModel alert to compare locations and determine if travel is possible
13+
- New Query model (SubnetMatch) to match documents on ip and subnets
14+
- LDAP Bruteforce Alert
15+
- Make target (lint) for running pep8 checks against codebase
16+
- Uptycs alert event cron script
17+
18+
### Fixed
19+
- Modified regex statements to be proper python3 statements
20+
- Auth0 script to consume new depnote events
21+
22+
### Changed
23+
- Moved benchmark and examples directory into scripts directory with sample ingest scripts
24+
25+
826
## [v3.1.1] - 2019-07-25
927

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

187-
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.1...HEAD
205+
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.2...HEAD
206+
[v3.1.2]: https://github.com/mozilla/MozDef/compare/v3.1.1...v3.1.2
188207
[v3.1.1]: https://github.com/mozilla/MozDef/compare/v3.1.0...v3.1.1
189208
[v3.1.0]: https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
190209
[v3.0.0]: https://github.com/mozilla/MozDef/compare/v2.0.1...v3.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/v3.1.1/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.2/mozdef-parent.yml
4040

4141
## Survey & Contacting us
4242

0 commit comments

Comments
 (0)