Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

DynamicDataStoreFactory.CreateStore throws SQL-injection exception

Vote:
 

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.

#122743
Jun 11, 2015 13:11
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.