json-logic-ruby
json-logic-ruby copied to clipboard
Prevent unknown operations from calling arbitrary methods
This should make it safe(er) to run rules from untrusted sources.
Note: the existing logic enforces that the first argument passed to an operation is always an array, which means exploiting the problem is more difficult than simply passing "eval"
as an operation.
@bhgames is this repo still maintained? :)