-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathgeneric-cms.py.dot
76 lines (71 loc) · 2.2 KB
/
generic-cms.py.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
digraph tm {
graph [
fontname = Arial;
fontsize = 14;
]
node [
fontname = Arial;
fontsize = 14;
rankdir = lr;
]
edge [
shape = none;
fontname = Arial;
fontsize = 12;
]
labelloc = "t";
fontsize = 20;
nodesep = 1;
subgraph cluster_bfaefefcfbeeafeefac {
graph [
fontsize = 10;
fontcolor = firebrick2;
style = dashed;
color = firebrick2;
label = <<i>Internet</i>>;
]
aaedcfceefeffbdc [
shape = circle
color = black
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><b>Web Server</b></td></tr></table>>;
]
acbfeaddadeceddbbbbca [
shape = none;
color = black;
label = <<table sides="TB" cellborder="0" cellpadding="2"><tr><td><font color="black"><b>db</b></font></td></tr></table>>;
]
}
abbfadcbfacaebcdefda [
shape = square;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><b>Generic/Privilege User</b></td></tr></table>>;
]
abbfadcbfacaebcdefda -> aaedcfceefeffbdc [
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color ="black"><b>HTTPS</b></font></td></tr></table>>;
]
aaedcfceefeffbdc -> acbfeaddadeceddbbbbca [
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color ="black"><b> </b></font></td></tr></table>>;
]
cafbfbfeedbdeecbccebfdf [
shape = square;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><b> admin </b></td></tr></table>>;
]
cafbfbfeedbdeecbccebfdf -> acbfeaddadeceddbbbbca [
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color ="black"><b>unsecure<br/>mysql<br/>connection</b></font></td></tr></table>>;
]
bebdddeabdfbacdceded [
shape = doublecircle;
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color="black"><b>CDN network</b></font></td></tr></table>>;
]
abbfadcbfacaebcdefda -> bebdddeabdfbacdceded [
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color ="black"><b>HTTP</b></font></td></tr></table>>;
]
aaedcfceefeffbdc -> bebdddeabdfbacdceded [
color = black;
label = <<table border="0" cellborder="0" cellpadding="2"><tr><td><font color ="black"><b>Push to Bucket</b></font></td></tr></table>>;
]
}