Changes between Version 8 and Version 9 of CachePoisonExample
- Timestamp:
- Nov 4, 2010 5:24:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CachePoisonExample
v8 v9 142 142 * '''Logical topology:''' 143 143 144 '' Objects:''144 '''Objects:''' 145 145 146 146 User extends Human … … 152 152 Public, Confidential extends String 153 153 154 '' Cardinality:''154 '''Cardinality:''' 155 155 156 156 |User|,,1,, … … 164 164 |Confidential|,,1,, 165 165 166 '' Relationships:''166 '''Relationships:''' 167 167 168 168 collocated(Page, Server) … … 170 170 * '''Timeline of events: ''' 171 171 172 '' Definitions:''172 '''Definitions:''' 173 173 174 174 User u, Server s, Public p, Confidential c, Page wp … … 182 182 e4 := {type = WEBREPLY, origin = s, destination = u, content = wp} 183 183 184 '' Timeline:''184 '''Timeline:''' 185 185 186 186 e1 -> e2 -> e3 -> if (x == p and y == c) then e4