Minor content fix

This commit is contained in:
Itay Mizeretz 2017-12-19 17:58:21 +02:00
parent b0547c4f7a
commit 6ddb117723
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class ReportPageComponent extends React.Component {
<li>Possible cross segment traffic. Infected machines could communicate with the
Monkey Island despite crossing segment boundaries using unused ports.</li> : null}
{this.state.report.overview.warnings[this.Warning.TUNNEL] ?
<li>Lack of Micro-segmentation, machines successfully tunneled monkey activity
<li>Lack of machine hardening, machines successfully tunneled monkey traffic
using unused ports.</li> : null}
</ul>
</div>