From 114758978b8e30f83812eab8f9b574ff8921378f Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 6 Sep 2021 18:26:23 +0530 Subject: [PATCH 1/2] cc: Set `collapseOnDataChange` to false in PBA table in security report --- .../ui/src/components/report-components/security/PostBreach.js | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/security/PostBreach.js b/monkey/monkey_island/cc/ui/src/components/report-components/security/PostBreach.js index 841c50c4d..12e269b21 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/security/PostBreach.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/security/PostBreach.js @@ -75,6 +75,7 @@ class PostBreachComponent extends React.Component { SubComponent={row => { return renderDetails(row.original.pba_results); }} + collapseOnDataChange={false} /> From f91725897910cdd6a4fac36d990351d761ac1302 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 6 Sep 2021 18:33:23 +0530 Subject: [PATCH 2/2] CHANGELOG: Add entry for bugfix (table collapse on reset) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584c1703d..addaf174a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Malfunctioning timestomping PBA. #1405 - Malfunctioning shell startup script PBA. #1419 - Trap command produced no output. #1406 -- Overlapping Guardicore logo in the landing page #1441 +- Overlapping Guardicore logo in the landing page. #1441 +- PBA table collapse in security report on data change. #1423 ### Security - Generate a random password when creating a new user for CommunicateAsNewUser