Conversation
henrib
commented
Jun 26, 2026
Contributor
- SECURE permissions and hardened features become the default (no new, no global side-effects, no pragmas/annotations; lexical on, loops kept for scripts); add JexlBuilder.FULL and setDefaultFeatures to restore pre-3.7 behavior (JEXL-464)
- add JexlConfigLoader to build an engine from YAML (JEXL-465)
- add JexlPermissions.logging() to log allow/deny decisions; add SECURE constant (JEXL-463)
- SECURE permissions and hardened features become the default (no new, no global side-effects, no pragmas/annotations; lexical on, loops kept for scripts); add JexlBuilder.FULL and setDefaultFeatures to restore pre-3.7 behavior (JEXL-464) - add JexlConfigLoader to build an engine from YAML (JEXL-465) - add JexlPermissions.logging() to log allow/deny decisions; add SECURE constant (JEXL-463)
garydgregory
requested changes
Jun 26, 2026
garydgregory
left a comment
Member
There was a problem hiding this comment.
Hi @henrib
I've made a superficial pass and added comments.
- tighten SECURE/RESTRICTED to deny file, env, loader, thread access; - add NONE deny-all base and create() factory; - fix getClass() bypass in Permissions.allow(Class,Method); - add JexlBuilder.setDefaultOptions(); - add security disclaimer in package-info.java and site index; - raise coverage: JexlConfigLoader option flags, LoggingPermissions;
garydgregory
approved these changes
Jun 27, 2026
garydgregory
left a comment
Member
There was a problem hiding this comment.
Note that the release notes are generated from changes.xml whenever I create a release candidate, so anything in there will be overwritten.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.