From 877ea315219b705f29de62aa21ef675bac8b1ab2 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 13 Jan 2011 12:05:14 +0000 Subject: [PATCH] Verbose docstring --- lib/core/common.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/core/common.py b/lib/core/common.py index a372038e7..c470c4de1 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -2028,6 +2028,14 @@ def unicodeToSafeHTMLValue(value): def getErrorParsedDBMSes(): """ Returns array with parsed DBMS names till now + + This functions is called to: + + 1. Sort the tests, getInjectionTests() - detection phase. + 2. Ask user whether or not skip specific DBMS tests in detection phase, + lib/controller/checks.py - detection phase. + 3. Sort the fingerprint of the DBMS, lib/controller/handler.py - + fingerprint phase. """ return kb.htmlFp