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.
Oct 06, 2020
Oct 27, 2020
CMS Core
Closed, Fixed and tested
ContentModelILCompiler throws an exception if an interceptable property is declared on a generic class. For example:
public class Content : BaseContent<int> { } public abstract class BaseContent<TModel> : ContentData { public virtual bool Boolean \{ get; set; } }
The thrown exception is an InvalidOperationException: "Calling convention must be VarArgs."