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

Skip to content

Commit 95b4874

Browse files
committed
cosmetics
1 parent ed09c53 commit 95b4874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ def wasLastRequestDelayed():
15401540
"""
15411541

15421542
# 99.9999999997440% of all non time-based sql injection
1543-
# affected durations should be inside +-7*stdev(durations)
1543+
# affected response times should be inside +-7*stdev([normal response times])
15441544
# (Math reference: http://www.answers.com/topic/standard-deviation)
15451545
return (kb.lastQueryDuration >= average(kb.responseTimes) + 7 * stdev(kb.responseTimes))
15461546

0 commit comments

Comments
 (0)