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

Method getVersionList

lib/core/common.py:542–547  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540
541 @staticmethod
542 def getVersionList():
543 versions = filterNone(flattenValue(kb.dbmsVersion)) if not isinstance(kb.dbmsVersion, six.string_types) else [kb.dbmsVersion]
544 if not isNoneValue(versions):
545 return versions
546 else:
547 return None
548
549 @staticmethod
550 def getOs():

Callers 2

getDbmsMethod · 0.80
isVersionWithinMethod · 0.80

Calls 3

flattenValueFunction · 0.85
isNoneValueFunction · 0.85
filterNoneFunction · 0.70

Tested by

no test coverage detected