mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
Minor update
This commit is contained in:
@@ -2877,6 +2877,8 @@ def createGithubIssue(errMsg, excMsg):
|
|||||||
issues = set(issues)
|
issues = set(issues)
|
||||||
|
|
||||||
_ = re.sub(r"'[^']+'", "''", excMsg)
|
_ = re.sub(r"'[^']+'", "''", excMsg)
|
||||||
|
_ = re.sub(r"\s+line \d+", "", _)
|
||||||
|
_ = re.sub(r'File ".+?/(\w+\.py)', "\g<1>", _)
|
||||||
key = hashlib.md5(_).hexdigest()[:8]
|
key = hashlib.md5(_).hexdigest()[:8]
|
||||||
|
|
||||||
if key in issues:
|
if key in issues:
|
||||||
|
|||||||
Reference in New Issue
Block a user