UI: Add note about removal of 'weak_password' issue

This commit is contained in:
Ilija Lazoroski 2022-07-19 10:15:22 +02:00
parent b3ec9e340f
commit cc021f33ff
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ class ReportPageComponent extends AuthComponent {
[this.issueContentTypes.REPORT]: strongUsersOnCritIssueReport, [this.issueContentTypes.REPORT]: strongUsersOnCritIssueReport,
[this.issueContentTypes.TYPE]: this.issueTypes.DANGER [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': { 'stolen_creds': {
[this.issueContentTypes.OVERVIEW]: stolenCredsIssueOverview, [this.issueContentTypes.OVERVIEW]: stolenCredsIssueOverview,
[this.issueContentTypes.TYPE]: this.issueTypes.DANGER [this.issueContentTypes.TYPE]: this.issueTypes.DANGER