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.
Hi all.
When calling DynamicDataStoreFactory.CreateStore(type) and the class type is declared inside another class you'll get an exception.
Just a minor issue. But still, probably a bug.
For example...
public class MyScheduledJob : JobBase {
public class MyScheduledJobState: IDynamicData {
}
}
DynamicDataStore.CreateStore(typeof(MyScheduledJobState)) throws SqlInjection exception.