You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
)('litellm-security-incident-users','select id from notification_litellm_mar_24 limit 5e5');
368
-
369
-
if(!litellmUsers.includes(user.id)){
370
-
console.debug('[generateLiteLLMSecurityNotification] user is not using LiteLLM provider');
371
-
return[];
372
-
}
373
-
374
-
console.debug('[generateLiteLLMSecurityNotification] user is using LiteLLM provider');
375
-
return[
376
-
{
377
-
id: 'litellm-security-mar-24',
378
-
title: 'LiteLLM Security Advisory',
379
-
message:
380
-
'Following a recent security incident with LiteLLM, we recommend reviewing your configuration and rotating credentials; if helpful, our gateway offers a more secure, managed alternative.',
0 commit comments