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

Skip to content

Commit 575e506

Browse files
committed
minor update
1 parent 398b826 commit 575e506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ def checkSqlInjection(place, parameter, value):
356356
_ = Request.queryPage(reqPayload, place, noteResponseTime = False)
357357
duration = calculateDeltaSeconds(start)
358358

359-
# 99.9999999997440% of all non-time affected durations
360-
# should be inside 7*stdev(durations)
359+
# 99.9999999997440% of all non time-based sql injection
360+
# affected durations should be inside 7*stdev(durations)
361361
# (Reference: http://www.answers.com/topic/standard-deviation)
362362
trueResult = (duration >= 7 * stdev(kb.responseTimes))
363363

0 commit comments

Comments
 (0)