From fe7e39c28c3ef63eb7fc8f60b1f61bb284cc2bb9 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 28 Mar 2023 08:26:44 -0400 Subject: [PATCH] Changelog: Add an entry for #3115 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a806955a6eb..756fa0cdee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration order not preserved in debugging output. #2860 - A bug in the Hadoop exploiter that resulted in speculative execution of multiple agents. #2758 +- Formatting of the manual run command when copy/pasting from the web UI. #3115 ### Security - Fixed plaintext private key in SSHKey pair list in UI. #2950