Merged
Conversation
… top level .gitignore
CRITICAL FIXES: - Fix database credentials bug in settings.py (lines 65-78) - variables were assigned args.db_host instead of correct arguments - Fix path traversal vulnerability in audioCog.py - added validation to prevent directory traversal attacks - Replace deprecated .logout() with .close() in adminCog.py for discord.py 2.0+ compatibility - Fix unsafe admin restart logic - added note about process manager requirement - Improve exception handling in database operations - use specific exceptions instead of bare except HIGH PRIORITY FIXES: - Implement blacklist persistence in openAiCog.py - blacklist now saves to/loads from JSON file - Fix file handle leak in openAiCog.py - use context manager for file operations - Add IndexError protection in openAiCog.py - check attachments list before accessing - Fix ValueError in blacklist removal - check if user exists before removing - Fix fragile string comparison in run status check - use exact equality - Fix incorrect task loop parameters in generalCog.py - use @tasks.loop(hours=1) - Fix text channel attribute access in audioCog.py - handle both Context and Channel objects - Fix blocking ffmpeg.probe() operation - run in executor to avoid blocking event loop MEDIUM PRIORITY FIXES: - Remove debug print statement in twitterCog.py - replace with logger.debug() - Add error handling for Twitter API and wget calls - Fix improper string formatting in gameCog.py logging - Add input validation for gameCog commands - validate int conversions - Remove admin list leak from unauthorized access messages - Add rate limiting for OpenAI API calls - 1 request per 60 seconds per user - Add TTS text length validation - max 500 characters - Add repeat command limit - max 10 repeats All fixes follow security best practices and improve code reliability.
- Replace hardcoded 'nightly' tag with docker/metadata-action - Automatically tags Docker images based on branch name - Supports branch pushes, PRs, and SHA-based tags - Adds required checkout step for metadata action
…zDQSmjB2LFn29M Pull Claude changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull ian-nightly onto main