Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ escape
Method
escape
plugins/generic/syntax.py:47–50 ·
view source on GitHub ↗
(expression, quote=True)
Source
from the content-addressed store, hash-verified
45
46
@staticmethod
47
def
escape(expression, quote=True):
48
errMsg =
"'escape' method must be defined "
49
errMsg +=
"inside the specific DBMS plugin"
50
raise
SqlmapUndefinedMethod(errMsg)
Callers
1
dumpTable
Method · 0.45
Calls
1
SqlmapUndefinedMethod
Class · 0.90
Tested by
no test coverage detected