mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor adjustments for issue (hash) creation
This commit is contained in:
parent
40393b29a0
commit
3cb48ffdc3
2 changed files with 4 additions and 1 deletions
|
|
@ -3483,6 +3483,9 @@ def createGithubIssue(errMsg, excMsg):
|
|||
_ = re.sub(r"\s+line \d+", "", _)
|
||||
_ = re.sub(r'File ".+?/(\w+\.py)', r"\g<1>", _)
|
||||
_ = re.sub(r".+\Z", "", _)
|
||||
_ = re.sub(r"(Unicode[^:]*Error:).+", r"\g<1>", _)
|
||||
_ = re.sub(r"= _", "= ", _)
|
||||
|
||||
key = hashlib.md5(_).hexdigest()[:8]
|
||||
|
||||
if key in issues:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue