mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Possible fix for bug reported by David
This commit is contained in:
@@ -1011,6 +1011,7 @@ class Enumeration:
|
||||
columns = {}
|
||||
|
||||
for columnData in value:
|
||||
if columnData[0] is not None:
|
||||
name = safeSQLIdentificatorNaming(columnData[0])
|
||||
|
||||
if len(columnData) == 1:
|
||||
|
||||
Reference in New Issue
Block a user