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.
Dec 15, 2021
Jan 31, 2022
CMS Core
Closed, Acceptance tests pass
When resolving a language resource key such as /some/language/resource/key, additional strings were allocated for the different parts of the key. This was improved by using ReadonlyMemory<char> for the different segments so that calls to LocalizationService.GetString allocated less memory.