Closed
Bug 1681104
Opened 4 years ago
Closed 4 years ago
python3 - security/manager/tools/getCTKnownLogs.py - base64.decodestring -> base64.decodebytes.
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Python 2's base64.decodestring is replaced by Python 3's base64.decodebytes.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D98961
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db813ced25bb
python3 - security/manager/tools/getCTKnownLogs.py - base64.decodestring -> base64.decodebytes. r=keeler
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•