From fdced4ad8bfbd0c586238beeb2777732950f6c54 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:08:36 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 5: Clear-text logging of sensitive information Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- birthday/birthday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birthday/birthday.py b/birthday/birthday.py index 182824c..a5ef7cc 100644 --- a/birthday/birthday.py +++ b/birthday/birthday.py @@ -379,7 +379,7 @@ class Birthday(commands.Cog): if birthday_channel_id: channel = self.bot.get_channel(birthday_channel_id) if not channel: # If the set channel doesn't exist anymore - logger.warning(f"Birthday channel {birthday_channel_id} not found in guild {ctx.guild.id}") + logger.warning("Birthday channel not found in the guild") channel = ctx.channel else: channel = ctx.channel