From 6ddb1177238f1e6cbcabf26157f677e84c931780 Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Tue, 19 Dec 2017 17:58:21 +0200 Subject: [PATCH] Minor content fix --- monkey_island/cc/ui/src/components/pages/ReportPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js index 1ef8b2f30..50e0921cf 100644 --- a/monkey_island/cc/ui/src/components/pages/ReportPage.js +++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js @@ -553,7 +553,7 @@ class ReportPageComponent extends React.Component {
  • Possible cross segment traffic. Infected machines could communicate with the Monkey Island despite crossing segment boundaries using unused ports.
  • : null} {this.state.report.overview.warnings[this.Warning.TUNNEL] ? -
  • Lack of Micro-segmentation, machines successfully tunneled monkey activity +
  • Lack of machine hardening, machines successfully tunneled monkey traffic using unused ports.
  • : null}