forked from p15670423/monkey
cc: Change 'powershell' -> 'PowerShell' in issue overview in security report
This commit is contained in:
parent
a80cd676b4
commit
57109c11a9
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import CollapsibleWellComponent from '../CollapsibleWell';
|
||||
|
||||
export function powershellIssueOverview() {
|
||||
return (<li>Windows servers allow powershell remote command execution.</li>);
|
||||
return (<li>Windows servers allow PowerShell remote command execution.</li>);
|
||||
}
|
||||
|
||||
export function powershellIssueReport(issue) {
|
||||
|
|
Loading…
Reference in New Issue