Suppress CodeQL false positive (#4948)

Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
This commit is contained in:
westey
2026-03-30 17:34:45 +01:00
committed by GitHub
Unverified
parent ade295b122
commit 05c53dce2d
@@ -1019,7 +1019,7 @@ public sealed partial class ChatClientAgent : AIAgent
var loggingAgentName = this.GetLoggingAgentName();
this._logger.LogAgentChatClientMissingPersistingClient(
this.Id,
loggingAgentName);
loggingAgentName); // CodeQL [CWE-359] False positive: Agent name is not personal information, but rather just the name of a code component (agent in this case).
}
}