This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit a60740ee9f78c26d7a284eedd819de5a2fea66ee Merge: 73fbe48e 4e64e3cb Author: Henrib <[email protected]> AuthorDate: Mon Aug 31 19:15:01 2026 +0200 Merge pull request #414 from apache/JEXL-471 JEXL-471: Runtime hardening: Constrain BigInteger operations and ensure regex interruptibility .gitignore | 1 + src/changes/changes.xml | 1 + .../org/apache/commons/jexl3/JexlArithmetic.java | 124 +++++++++++++++++++-- .../java/org/apache/commons/jexl3/JexlBuilder.java | 5 +- .../apache/commons/jexl3/internal/Interpreter.java | 43 ++++++- .../apache/commons/jexl3/internal/Operator.java | 3 + .../apache/commons/jexl3/parser/NumberParser.java | 45 ++++++++ .../org/apache/commons/jexl3/parser/Parser.jjt | 7 ++ .../org/apache/commons/jexl3/ArithmeticTest.java | 103 +++++++++++++++++ 9 files changed, 317 insertions(+), 15 deletions(-)
