MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / setVersionList

Method setVersionList

lib/core/common.py:397–403  ·  view source on GitHub ↗
(versionsList)

Source from the content-addressed store, hash-verified

395
396 @staticmethod
397 def setVersionList(versionsList):
398 if isinstance(versionsList, list):
399 kb.dbmsVersion = versionsList
400 elif isinstance(versionsList, six.string_types):
401 Backend.setVersion(versionsList)
402 else:
403 logger.error("invalid format of versionsList")
404
405 @staticmethod
406 def forceDbms(dbms, sticky=False):

Callers 4

_resumeDBMSFunction · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80

Calls 2

setVersionMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected