Thanks, Henri, for a quick reply. Really appreciate it.
-
Aditya Kumar1
Technology Architect
Precisely.com
-Original Message-
From: Henri Biestro
Sent: Monday, August 7, 2023 5:09 PM
To: dev@commons.apache.org
Subject: Re: [JEXL] Detecting infinite loops in JEXL Scripts
This message
Ho:
You should look at using JexlPermission which are probably easier and more
powerful than the JexlSandbox to enforce application security.
For loops, since there is no obvious guaranteed way to ensure they finish, the
possible route is to let scripts run in threads and cancel them if they run
Hi,
I am planning to use JEXL library in my SaaS based product to run
JavaScripts/JexlScripts(I understand, Jexl is not exactly java script).
Since, security is one of the most important requirements for any SaaS based
product, I am going to use Jexl Sandbox and Jexl Features to secure my
appl