UI: Add note about removal of 'weak_password' issue
This commit is contained in:
parent
b3ec9e340f
commit
cc021f33ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue