mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding support for --statements to Snowflake implementation (#5980)
This commit is contained in:
parent
07aa7f994d
commit
ef6c3d40d3
4 changed files with 8 additions and 10 deletions
|
|
@ -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 []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue