cc: Change 'powershell' -> 'PowerShell' in issue overview in security report

This commit is contained in:
Shreya Malviya 2021-08-26 17:06:19 +05:30
parent a80cd676b4
commit 57109c11a9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {