Major Domo v2 - Discord bot for Strat-o-Matic Baseball Association
Go to file
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
.gitea/workflows Fix act_runner auth: short-form local actions + full GitHub URLs 2026-02-18 13:32:15 -06:00
.vscode VS Code Settings 2025-11-06 21:50:47 -06:00
api fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
commands fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
models Add draft pause/resume functionality 2025-12-11 19:58:37 -06:00
services fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
tasks fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
tests test: fix weather test expecting 4 embed fields instead of 5 2026-02-19 21:19:31 -06:00
utils fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:19:06 -06:00
views fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
.dockerignore Add debug directory to .gitignore and .dockerignore 2025-10-24 00:06:34 -05:00
.gitignore Draft pick service and draft helpers 2025-10-24 10:24:14 -05:00
bot.py fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
CLAUDE.md ci: Switch to CalVer (YYYY.MM.BUILD) with auto-generated versions 2026-02-17 16:29:24 -06:00
COMMAND_LIST.md CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
config.py fix: address 7 security issues across the codebase 2026-02-20 09:54:53 -06:00
docker-compose.dev.yml CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
docker-compose.yml Fix @requires_team decorator API error handling 2025-11-14 09:31:14 -06:00
DOCKER.md CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
Dockerfile CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
exceptions.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
pyrightconfig.json CLAUDE: Convert constants to configurable environment variables 2025-10-16 10:40:22 -05:00
requirements.txt CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
VERSION Bump version to 2.29.9 2026-02-15 22:58:55 -06:00