mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Debugging CI/CD failure
This commit is contained in:
@@ -5583,6 +5583,7 @@ def checkSums():
|
||||
filepath = os.path.join(paths.SQLMAP_ROOT_PATH, filename).replace('/', os.path.sep)
|
||||
checkFile(filepath)
|
||||
if not hashlib.sha256(open(filepath, "rb").read()).hexdigest() == expected:
|
||||
print(filepath, hashlib.sha256(open(filepath, "rb").read()).hexdigest(), expected)
|
||||
retVal &= False
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user