A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
SidCollection hits = Sid.Search(SecurityIdentityType.AnyUserSid, false, null, firstname, lastname, email, null);
I would assume that adding a line like this (or similar):
hits.AddRange(Sid.Search(SecurityIdentityType.LdapGroup, false, firstname, lastname, lastname, email, null));
would do the trick?
Any suggestions?