mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
Minor patch
This commit is contained in:
parent
33508e3bae
commit
2985050fce
|
@ -2928,6 +2928,7 @@ def createGithubIssue(errMsg, excMsg):
|
||||||
_ = re.sub(r"'[^']+'", "''", excMsg)
|
_ = re.sub(r"'[^']+'", "''", excMsg)
|
||||||
_ = re.sub(r"\s+line \d+", "", _)
|
_ = re.sub(r"\s+line \d+", "", _)
|
||||||
_ = re.sub(r'File ".+?/(\w+\.py)', "\g<1>", _)
|
_ = re.sub(r'File ".+?/(\w+\.py)', "\g<1>", _)
|
||||||
|
_ = re.sub(r".+\Z", "", _)
|
||||||
key = hashlib.md5(_).hexdigest()[:8]
|
key = hashlib.md5(_).hexdigest()[:8]
|
||||||
|
|
||||||
if key in issues:
|
if key in issues:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user