Replace MD5 with SHA-256 for command change detection hash #32

Closed
opened 2026-02-20 06:50:13 +00:00 by cal · 2 comments
Owner

Description

bot.py:237, :288 — MD5 is used for command tree hashing. While not a security context, SHA-256 is already used elsewhere in the codebase and is the better default.

File Locations

  • bot.py:237
  • bot.py:288

Labels

tech-debt

Priority

low

## Description `bot.py:237, :288` — MD5 is used for command tree hashing. While not a security context, SHA-256 is already used elsewhere in the codebase and is the better default. ## File Locations - `bot.py:237` - `bot.py:288` ## Labels tech-debt ## Priority low
Author
Owner

Addressed in commit f4be20a on next-release branch. Will be closed when merged to main.

Addressed in commit f4be20a on `next-release` branch. Will be closed when merged to main.
Author
Owner

Addressed in commit f4be20a on next-release branch. Will be closed when merged to main.

Addressed in commit `f4be20a` on `next-release` branch. Will be closed when merged to main.
cal closed this issue 2026-02-20 20:29:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#32
No description provided.