From db87cb1234581a8b4f1b45884c2e6741a7078e0c Mon Sep 17 00:00:00 2001 From: Tristan Weir Date: Wed, 20 Mar 2019 09:42:36 -0700 Subject: [PATCH] Added CHANGELOG items for v1.37 --- CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 36031aede..49256e295 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,12 +3,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [1.3.7] - 2019-03-01 +## [v1.37] - 2019-03-01 ### Added +- Watchlist - use the UI to quickly add a term (username, IP, command, etc.) that MozDef alerts on +- Generic Deadman - use a simple config file to validate that expected events are appearing in a given time window (and alert an Error when they do not) ### Changed +- Improve error handling on Slack bot +- Improve Slack bot alert format for better readibility +- Minor UI adjustments ### Fixed +- Some Duo events were not correctly displaying the source IP address. It is now always the access device IP +- Fixed defaults for Slack bot to ensure more consistency each time it loads +- Added checks on sending SQS messages to only accept intra-account messages +- Improved docker performance and disk space requirements [Unreleased Changes]: https://github.com/mozilla/MozDef/compare/v1.37...HEAD [Releases prior to v1.37](https://github.com/mozilla/MozDef/releases) \ No newline at end of file