Is it safe to run dot liquid in a multi-tenant environment?
77 views
Skip to first unread message
vinay singh
unread,
Jul 18, 2017, 8:48:39 PM7/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotliquid
I understand from the documentation that liquid templates expose a limited set of filters that cannot be exploited to gain elevated access or jeopardize the security of the server. However, is it safe from denial of service (DDoS) attacks? For example, can someone use nested for loops that could take forever to compute taking up significant CPU / memory? Or are there protections in the engine to avoid such scenarios?
David Burg
unread,
Jun 4, 2020, 1:32:58 PM6/4/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotliquid
There are limited protections against DoS (nevermind DDoS) such as limiting the number of operations but in general you need to devise your own security measure to protect against such attacks against dot Liquid.