Fixing a typo for Snowflake implementation (#5980)

This commit is contained in:
Miroslav Stampar
2026-01-12 22:02:03 +01:00
parent 88f22c3440
commit 9e29d7af8c
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class Enumeration(GenericEnumeration):
raise SqlmapUnsupportedFeatureException(errMsg)
def getPrivileges(self, *args, **kwargs):
warnMsg = "on SQLite it is not possible to enumerate the user privileges"
warnMsg = "on Snowflake it is not possible to enumerate the user privileges"
logger.warning(warnMsg)
return {}