1. GitHub Security Alert: SQL Injection Risk in Discord Bot's Game Module
A security vulnerability has been identified in a Discord bot's game module, exposing a potential SQL injection risk through the unsafe construction of dynamic table names. The flaw resides in the `cog/games.py` file, where database queries use f-string interpolation to insert table names directly into SQL statements. ...