mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-13 18:09:03 +00:00
Adding support for --statements to Snowflake implementation (#5980)
This commit is contained in:
@@ -28,8 +28,3 @@ class Enumeration(GenericEnumeration):
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the user privileges"
|
||||
logger.warning(warnMsg)
|
||||
return {}
|
||||
|
||||
def getStatements(self):
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the SQL statements"
|
||||
logger.warning(warnMsg)
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user