major-domo-v2/commands/league
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: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00
info.py CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00
schedule.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
standings.py Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
submit_scorecard.py fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00