IOUtils::ComputeHexDigestSync should drop sha1 support
Categories
(Toolkit Graveyard :: IOUtils and PathUtils, task, P3)
Tracking
(firefox124 fixed)
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: keeler, Assigned: beth)
Details
Attachments
(1 file)
It doesn't look like anything is using sha1 with IOUtils::ComputeHexDigestSync, so we should remove that as an option.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 3•2 years ago
|
||
Backed out for causing mochitest failures in test_ioutils_compute_hex_digest.html
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | dom/system/tests/ioutils/test_ioutils_compute_hex_digest.html | Test timed out. -
| Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Backed out for causing xpcshell failures in test_system_update_checkSizeHash.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | xpcshell.toml:toolkit/mozapps/extensions/test/xpcshell/test_system_update_checkSizeHash.js | xpcshell return code: 0
| Assignee | ||
Comment 6•2 years ago
|
||
This is still used in https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/test/xpcshell/test_system_update_checkSizeHash.js. I need to investigate if we can replace those instances with sha256 or similar.
Comment 7•2 years ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:barret, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 8•2 years ago
|
||
I have validated that the test that failed can be updated to use a different hash function. Additionally, all addons served by balrog use sha512 as the hash function.
Hey Barret, I see you already made good progress on this patch. I suppose you are busy with lots of things though I wanted to check if you are still on it? (It's not super time critical, though I am reaching out to all the folks in my deprecate-hashes-bug-queue at the moment). Thank you.
| Assignee | ||
Comment 10•2 years ago
|
||
Sorry this slipped off my radar. I'll try to update the patch and have it landed this week. Thanks for the reminder!
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•