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.
Mar 02, 2023
Apr 18, 2023
CMS Core
Closed, Fixed and tested
Fixed an issue where passing a valid, but non registered language to ContentRepository.TryGet resulted in a NullReferenceException. The method should return false, and the out parameter should be null.
For example:
_contentRepository.TryGet(contentLink, CultureInfo.GetCultureInfo("en-NF"), out _);