forked from p15670423/monkey
Final text changes
This commit is contained in:
parent
cfd0c10d59
commit
68383f069b
|
@ -7,7 +7,9 @@ export default class PrinciplesSection extends Component {
|
||||||
return <div id="principles-section">
|
return <div id="principles-section">
|
||||||
<h2>Test Results</h2>
|
<h2>Test Results</h2>
|
||||||
<p>
|
<p>
|
||||||
The Zero Trust eXtended (ZTX) framework is composed of 7 pillars. Each pillar is built of
|
The <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">
|
||||||
|
Zero Trust eXtended (ZTX) framework
|
||||||
|
</a> is composed of 7 pillars. Each pillar is built of
|
||||||
several guiding principles tested by the Infection Monkey.
|
several guiding principles tested by the Infection Monkey.
|
||||||
</p>
|
</p>
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,7 +44,7 @@ class ZeroTrustReportLegend extends Component {
|
||||||
<div style={{display: "inline-block"}}>
|
<div style={{display: "inline-block"}}>
|
||||||
<StatusLabel showText={true} status={ZeroTrustStatuses.passed}/>
|
<StatusLabel showText={true} status={ZeroTrustStatuses.passed}/>
|
||||||
</div>
|
</div>
|
||||||
{"\t"}The test passed, so this is OK 🙂
|
{"\t"}All Tests related to this pillar passed. No violation of a Zero Trust guiding principle was detected.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div style={{display: "inline-block"}}>
|
<div style={{display: "inline-block"}}>
|
||||||
|
@ -53,7 +53,6 @@ class ZeroTrustReportLegend extends Component {
|
||||||
{"\t"}This status means the test wasn't executed.To activate more tests, refer to the Monkey <NavLink to="/configuration"><u>configuration</u></NavLink> page.
|
{"\t"}This status means the test wasn't executed.To activate more tests, refer to the Monkey <NavLink to="/configuration"><u>configuration</u></NavLink> page.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,8 +14,9 @@ export default class SummarySection extends Component {
|
||||||
<Col xs={12} sm={12} md={12} lg={12}>
|
<Col xs={12} sm={12} md={12} lg={12}>
|
||||||
<MonkeysStillAliveWarning allMonkeysAreDead={this.props.allMonkeysAreDead}/>
|
<MonkeysStillAliveWarning allMonkeysAreDead={this.props.allMonkeysAreDead}/>
|
||||||
<p>
|
<p>
|
||||||
Get a quick glance at how your network aligns with the <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">Zero
|
Get a quick glance at how your network aligns with the <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">
|
||||||
Trust eXtended (ZTX) framework</a>.
|
Zero Trust eXtended (ZTX) framework
|
||||||
|
</a>.
|
||||||
</p>
|
</p>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue