CHANGELOG: Add entry for delaying mongo init

This commit is contained in:
Shreya Malviya 2021-09-28 13:34:58 +05:30 committed by VakarisZ
parent 2cbaf954e1
commit ab7872d103
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
- The name of the "Communicate as new user" post-breach action to "Communicate
as backdoor user". #1410
- ATT&CK report messages (more accurate now). #1483
- Initialise MongoDB collection of attack mitigations after registration or login (if required)
instead of on Island startup. #1495
### Removed
- Internet access check on agent start. #1402