mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Unescaping is renamed to escaping
This commit is contained in:
@@ -37,4 +37,4 @@ class PostgreSQLMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous,
|
||||
Miscellaneous.__init__(self)
|
||||
Takeover.__init__(self)
|
||||
|
||||
unescaper[DBMS.PGSQL] = Syntax.unescape
|
||||
unescaper[DBMS.PGSQL] = Syntax.escape
|
||||
|
||||
Reference in New Issue
Block a user