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

Commit

Permalink
Added CHANGELOG items for v1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Weir committed Mar 20, 2019
1 parent fc3fadd commit db87cb1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG
Expand Up @@ -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)

0 comments on commit db87cb1

Please sign in to comment.