Verbose docstring

This commit is contained in:
Bernardo Damele 2011-01-13 12:05:14 +00:00
parent ac5b49f555
commit 877ea31521

View File

@ -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