major-domo-v2/views
Cal Corum f4be20afb3 fix: address 7 security issues across the codebase
- Remove hardcoded Giphy API key from config.py, load from env var (#19)
- URL-encode query parameters in APIClient._add_params (#20)
- URL-encode Giphy search phrases before building request URLs (#21)
- Replace internal exception details with generic messages to users (#22)
- Replace all bare except: with except Exception: (#23)
- Guard interaction.guild access in has_player_role (#24)
- Replace MD5 with SHA-256 for command change detection hash (#32)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 09:54:53 -06:00
..
__init__.py CLAUDE: SUCCESSFUL STARTUP - Discord Bot v2.0 fully operational 2025-08-16 07:36:47 -05:00
base.py Add injury log posting and fix view interaction permissions 2025-12-19 00:08:11 -06:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00
common.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
confirmations.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
custom_commands.py Clear confirmation message content on delete result 2026-01-28 16:40:03 -06:00
draft_views.py Add Google Sheet link to draft embeds 2025-12-11 20:10:16 -06:00
embeds.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
help_commands.py Add input validation for help command name and category 2025-12-11 19:11:42 -06:00
modals.py Add injury log posting and fix view interaction permissions 2025-12-19 00:08:11 -06:00
players.py fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:19:06 -06:00
trade_embed.py Add trade acceptance workflow with transaction logging (v2.22.0) 2025-12-04 13:46:10 -06:00
transaction_embed.py fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00