Commit of sqlFSM magic line to make master branch testable

This commit is contained in:
Kristóf Tóth 2018-01-24 12:15:24 +01:00
parent 352a04178b
commit 3a7349abd4
1 changed files with 1 additions and 0 deletions

View File

@ -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'},