From 8ed80135a47a8ebca9a46e383d05335b0b5b6649 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Feb 2026 10:50:22 -0600 Subject: [PATCH] episode: Fix: 7 security issues in major-domo-v2 - hardcoded key, URL encoding, error leaks, bare excepts, guild guard, md5 --- episodes/2026-02-20.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-02-20.md b/episodes/2026-02-20.md index e7e8dc332e4..5787e99a134 100644 --- a/episodes/2026-02-20.md +++ b/episodes/2026-02-20.md @@ -147,3 +147,7 @@ Files ## 10:23 - Resume tooling ecosystem: MCP servers, skills, and format alternatives researched - **Type:** insight - **Tags:** resume, mcp, skills, research, tooling, rendercv, ecosystem, insight + +## 10:50 - Fix: 7 security issues in major-domo-v2 - hardcoded key, URL encoding, error leaks, bare excepts, guild guard, md5 +- **Type:** fix +- **Tags:** major-domo, security, discord-bot, fix, python, gitea