mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 16:31:21 +00:00
Commit of sqlFSM magic line to make master branch testable
This commit is contained in:
parent
352a04178b
commit
3a7349abd4
@ -12,6 +12,7 @@ class SQLInjectionFSM(FSMBase):
|
||||
'end',
|
||||
]
|
||||
transitions = [
|
||||
{'trigger': 'anchor_webide', 'source': '*', 'dest': 'stripped_code'}, # TODO: delet this
|
||||
{'trigger': 'anchor_webide', 'source': 'start', 'dest': 'stripped_code'},
|
||||
{'trigger': 'anchor_login', 'source': 'stripped_code', 'dest': 'sql'},
|
||||
{'trigger': 'anchor_logger', 'source': 'sql', 'dest': 'commented_code'},
|
||||
|
Loading…
Reference in New Issue
Block a user