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.
Sep 12, 2023
Oct 23, 2023
CMS Core
Closed, Fixed and tested
Installing the EPiServer.CloudPlatform.Cms package on a .NET 7 project displayed a warning because it depended on a version of EPiServer.Azure that does not support .NET 7. This package should instead depend on EPiServer.Azure 11.1.
warning NU1608: Detected package version outside of dependency constraint: EPiServer.Azure 11.0.1 requires Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0 && < 7.0.0) but version Microsoft.Extensions.Configuration.Abstractions 7.0.0 was resolved.
As a workaround, a direct reference to EPiServer.Azure 11.1.0 is added.