You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 20:38:15 UTC

[GitHub] [pinot] walterddr opened a new issue, #9365: [feature] groovy function registry

walterddr opened a new issue, #9365:
URL: https://github.com/apache/pinot/issues/9365

   Problem Statement
   ===
   Previously we allow arbitrary groovy scripts in pinot SQL (see: https://docs.pinot.apache.org/users/user-guide-query/scalar-functions#groovy-scripts)
   
   This causes potential RCE security issue. We would like to propose a groovy function registry that is guarded by ACL.
   - only authorized accounts are allowed to register groovy functions;
   - users on all access level will have access to use registered groovy functions, 
    
   This way (1) ad-hoc groovy scripts can be disabled to avoid potential security risk; and (2) we still allow using registered groovy functions 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org