Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 15, 2024
1 parent f1f8a66 commit 0dd6ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/lightfuzz_submodules/sqli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SQLiLightfuzz(BaseLightfuzz):
"Unclosed quotation mark",
"Incorrect syntax near",
"SQL command not properly ended",
"string not properly terminated"
"string not properly terminated",
]

def evaluate_delay(self, mean_baseline, measured_delay):
Expand Down

0 comments on commit 0dd6ab6

Please sign in to comment.