From cc021f33ff81d65382efa93316a30b0db76efd8c Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Tue, 19 Jul 2022 10:15:22 +0200 Subject: [PATCH] UI: Add note about removal of 'weak_password' issue --- .../cc/ui/src/components/report-components/SecurityReport.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js index a98efb3a0..fd1accfb8 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js @@ -146,6 +146,8 @@ class ReportPageComponent extends AuthComponent { [this.issueContentTypes.REPORT]: strongUsersOnCritIssueReport, [this.issueContentTypes.TYPE]: this.issueTypes.DANGER }, + // TODO: Add used_password issue: configured password that were + // successfull exploiting a machine, previously called 'weak_password' 'stolen_creds': { [this.issueContentTypes.OVERVIEW]: stolenCredsIssueOverview, [this.issueContentTypes.TYPE]: this.issueTypes.DANGER