File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tutorials/language-model-tutorial Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ category System {
1010 & access
1111 -> compromise
1212 | compromise
13- -> folder.accessFolder
14- -> toComputer.connect
15- -> toComputer.crackPassword
13+ -> folder.accessFolder,
14+ toComputer.connect,
15+ toComputer.crackPassword
1616 }
1717 asset Folder {
1818 | accessFolder
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def main():
4040
4141 simulator = MalSimulator (graph )
4242 simulator .register_attacker (
43- "MyAttacker" , entry_points = ["ComputerA:connect " ], goals = ["FolderB:stealSecrets" ]
43+ "MyAttacker" , entry_points = ["ComputerA:access " ], goals = ["FolderB:stealSecrets" ]
4444 )
4545 agents = [{"name" : "MyAttacker" , "agent" : RandomAgent ({})}]
4646 path = run_simulation (simulator , agents )
You can’t perform that action at this time.
0 commit comments