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

Skip to content

Commit 877ea31

Browse files
committed
Verbose docstring
1 parent ac5b49f commit 877ea31

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

lib/core/common.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,14 @@ def unicodeToSafeHTMLValue(value):
20282028
def getErrorParsedDBMSes():
20292029
"""
20302030
Returns array with parsed DBMS names till now
2031+
2032+
This functions is called to:
2033+
2034+
1. Sort the tests, getInjectionTests() - detection phase.
2035+
2. Ask user whether or not skip specific DBMS tests in detection phase,
2036+
lib/controller/checks.py - detection phase.
2037+
3. Sort the fingerprint of the DBMS, lib/controller/handler.py -
2038+
fingerprint phase.
20312039
"""
20322040

20332041
return kb.htmlFp

0 commit comments

Comments
 (0)