Opened 3 weeks ago
Closed 8 days ago
#37053 closed Cleanup/optimization (fixed)
Add validate=True to base64.b64decode() calls
| Reported by: | Sarah Boyce | Owned by: | Sarah Boyce |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Following the recent Python CVE https://www.cve.org/CVERecord?id=CVE-2026-3446, the security team agreed there is no reason (to our knowledge) we shouldn't be using validate=True in our base64.b64decode() calls.
Change History (6)
comment:1 by , 3 weeks ago
| Has patch: | set |
|---|
comment:2 by , 3 weeks ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 2 weeks ago
| Patch needs improvement: | set |
|---|
comment:4 by , 13 days ago
| Patch needs improvement: | unset |
|---|
comment:5 by , 9 days ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Thank you!