I love Lemonstand philosophy of entensions and API structure but... is it safe to use eval() for CMS rendering from blocks saved in database? Do you use some protection for things like unlink(index.php) in partials for example?
I think that somebody with database access can unobserved change behaviour of eshop. Is it possible to disable evaluating code from database after setting eshop pages/partials etc. ?
Please don't understant it as criticism, I don't study source code too deeply, I'm only a little nervous if I see things like eval($this->page->pre_action);
Thank you

Help














