Add CHANGELOG entry for Vulture fixes

This commit is contained in:
Shreya 2021-05-06 22:40:10 +05:30
parent 060b7fd921
commit 55208fd0be
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Zerologon exploiter writes runtime artifacts to a secure temporary directory
instead of $HOME. #1143
- Authentication mechanism to use bcrypt on server side. #1139
- Removed relevant dead code as reported by Vulture. #1149
### Fixed
- Attempted to delete a directory when monkey config reset was called. #1054