You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Admins/Users to define a list of strings that are not allowed to be executed
Sandboxing is no longer an option after Java 17 as the security manager is deprecated. However, we want to limit the code a user can execute using the UDJE and UDJC. A simple approach is to search for strings in the code and block execution if it contains that code. This way we can block eg. System. calls
Issue Priority
Priority: 2
Issue Component
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered:
What would you like to happen?
Add a "code scanner" to the janino transforms:
Sandboxing is no longer an option after Java 17 as the security manager is deprecated. However, we want to limit the code a user can execute using the UDJE and UDJC. A simple approach is to search for strings in the code and block execution if it contains that code. This way we can block eg.
System.
callsIssue Priority
Priority: 2
Issue Component
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered: