dataflow-0.7.1.0: examples/webapp.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Webapp</title>
</head>
<body>
<h1>Webapp</h1>
<img src="./webapp.dfd.png">
<a href="./webapp.seq.png">Sequence Diagram</a>
<ol>
<li>
<p><strong>Request /</strong></p>
<p>User navigates with a browser to see some content.</p>
</li>
<li>
<p><strong>Log</strong></p>
<p><strong>Data:</strong> The user
IP address.</p>
<p>Logged to a ELK stack.</p>
</li>
<li>
<p><strong>Response</strong></p>
<p><strong>Data:</strong> User Profile</p>
<p>The server responds with some HTML.</p>
</li>
<li>
<p><strong>Log</strong></p>
<p><strong>Data:</strong> Page Navigation</p>
<p>The Google Analytics plugin sends navigation<br/>data to Google.</p>
</li>
</ol>
<h2>Threats</h2>
<p><p>No particular threats at this point.</p><p>It's <b>extremely</b> safe.</p></p>
</body>
</html>