jenkins-bot has submitted this change and it was merged.

Change subject: UploadBlacklist uses sha1 hash, not md5
......................................................................


UploadBlacklist uses sha1 hash, not md5

Bug: 52057
Change-Id: If6a8641fdb7ebdf87b591cbcef4581107781f6dc
---
M UploadBlacklist.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/UploadBlacklist.php b/UploadBlacklist.php
index 3eec030..7b51638 100644
--- a/UploadBlacklist.php
+++ b/UploadBlacklist.php
@@ -25,7 +25,7 @@
 
 /**
  * Callback for UploadVerification hook; calculates the file's
- * MD5 hash and checks it against a list of blacklisted files.
+ * SHA1 hash and checks it against a list of blacklisted files.
  * If it matches, the upload will be denied.
  *
  * @param string $saveName Destination filename

-- 
To view, visit https://gerrit.wikimedia.org/r/76010
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If6a8641fdb7ebdf87b591cbcef4581107781f6dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadBlacklist
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to