Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Add parametrization for default deep, and limit for max depth #18

Open jacopobonomi opened 1 year ago

jacopobonomi commented 1 year ago

Hey Christofer, However, I encountered a security problem related to a possible DOS attack if the API is called with the deep parameter, . This causes the application to go out of memory and if it is managed through a process manager it is restarted, otherwise it crashes. I added in this fork a control with variables inserted directly into the .env file to allow users to customize the maximum and default depth.