From 57109c11a94d6aa0640551ec415048f690e0f3b0 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 26 Aug 2021 17:06:19 +0530 Subject: [PATCH] cc: Change 'powershell' -> 'PowerShell' in issue overview in security report --- .../report-components/security/issues/PowershellIssue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/security/issues/PowershellIssue.js b/monkey/monkey_island/cc/ui/src/components/report-components/security/issues/PowershellIssue.js index 012f8cabd..64824f931 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/security/issues/PowershellIssue.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/security/issues/PowershellIssue.js @@ -2,7 +2,7 @@ import React from 'react'; import CollapsibleWellComponent from '../CollapsibleWell'; export function powershellIssueOverview() { - return (
  • Windows servers allow powershell remote command execution.
  • ); + return (
  • Windows servers allow PowerShell remote command execution.
  • ); } export function powershellIssueReport(issue) {