Last active
January 5, 2016 09:14
-
-
Save TimCoates/9dbd771e24bbab99704f to your computer and use it in GitHub Desktop.
Revisions
-
TimCoates revised this gist
Jan 5, 2016 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,20 @@ @startuml actor Tim actor Bob database Logger Tim -> Bob: Cash Request alt successful case Bob -> Tim: Cash Accepted else some kind of failure Bob -> Tim: Authentication Failure group My own label Tim -> Logger : Log attack start loop 1000 times Tim -> Bob: DNS Attack end Tim -> Logger : Log attack end end else Another type of failure Bob -> Tim: Please repeat end @enduml -
TimCoates created this gist
Jan 5, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ @startuml actor Alice actor Bob database Log Alice -> Bob: Authentication Request alt successful case Bob -> Alice: Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Please repeat end @enduml