UI: Fix stupid typo in the attack section of the ransomware report

This commit is contained in:
Mike Salvatore 2021-09-14 12:50:39 -04:00
parent 1d991be6b4
commit 60e34636ec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import LoadingIcon from '../../ui-components/LoadingIcon';
const ATTACK_DESCRIPTION = 'After the attacker or malware has propagated through your network, \ const ATTACK_DESCRIPTION = 'After the attacker or malware has propagated through your network, \
your data is at risk on any machine the attacker can access. It can be \ your data is at risk on any machine the attacker can access. It can be \
encrypted and held for ransomware, exfiltrated, or manipulated in \ encrypted and held for ransom, exfiltrated, or manipulated in \
whatever way the attacker chooses.' whatever way the attacker chooses.'
const HOSTNAME_REGEX = /^(.* - )?(\S+) :.*$/; const HOSTNAME_REGEX = /^(.* - )?(\S+) :.*$/;