Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8a9288

Browse files
authored
fix: typo (#4740)
1 parent 8895b7d commit f8a9288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def checkSqlInjection(place, parameter, value):
435435
origValue = origValue.split(kb.customInjectionMark)[0]
436436
origValue = re.search(r"(\w*)\Z", origValue).group(1)
437437

438-
# Threat the parameter original value according to the
438+
# Treat the parameter original value according to the
439439
# test's <where> tag
440440
if where == PAYLOAD.WHERE.ORIGINAL or conf.prefix:
441441
if kb.tamperFunctions:

0 commit comments

Comments
 (0)