mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
removed some blank trailing spaces (with extra/shutils/blanks.sh)
This commit is contained in:
@@ -1558,7 +1558,7 @@ def pushValue(value):
|
||||
"""
|
||||
Push value to the stack (thread dependent)
|
||||
"""
|
||||
|
||||
|
||||
getCurrentThreadData().valueStack.append(value)
|
||||
|
||||
def popValue():
|
||||
@@ -1761,7 +1761,7 @@ def removeDynamicContent(page):
|
||||
|
||||
def filterStringValue(value, regex):
|
||||
retVal = ""
|
||||
|
||||
|
||||
if value:
|
||||
for char in value:
|
||||
if re.search(regex, char):
|
||||
|
||||
Reference in New Issue
Block a user