From ec1ab3cd2a1885369f81c5a10871a994f78bd542 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 16 Jan 2011 12:12:01 +0000 Subject: [PATCH] removing timeSec from injection configuration attributes as it highly depends on current connection "variables" --- lib/controller/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 535b9fda6..5dac2f19b 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -437,7 +437,6 @@ def checkSqlInjection(place, parameter, value): injection.conf.textOnly = conf.textOnly injection.conf.string = conf.string injection.conf.regexp = conf.regexp - injection.conf.timeSec = conf.timeSec if hasattr(test, "details"): for detailKey, detailValue in test.details.items():