Skip to content

Commit

Permalink
Island: Fix grammar on SSH issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa committed Oct 11, 2022
1 parent c92f067 commit 7086638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function shhIssueReport(issue) {
Protect private keys with a pass phrase.
<CollapsibleWellComponent>
The machine <span className="badge badge-primary">{issue.machine}</span> (<span
className="badge badge-info" style={{ margin: '2px' }}>{issue.ip_address}</span>) is vulnerable to a <span
className="badge badge-info" style={{ margin: '2px' }}>{issue.ip_address}</span>) is vulnerable to an <span
className="badge badge-danger">SSH</span> attack.
<br />
The Monkey authenticated over the SSH protocol.
Expand Down

0 comments on commit 7086638

Please sign in to comment.