mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Some memory improvements of @cachedmethod
This commit is contained in:
@@ -2691,6 +2691,7 @@ def enumValueToNameLookup(type_, value_):
|
||||
|
||||
return retVal
|
||||
|
||||
@cachedmethod
|
||||
def extractRegexResult(regex, content, flags=0):
|
||||
"""
|
||||
Returns 'result' group value from a possible match with regex on a given
|
||||
|
||||
Reference in New Issue
Block a user