jnturton commented on PR #2853:
URL: https://github.com/apache/drill/pull/2853#issuecomment-1878400693

   I've started looking at this. First question: if we're adding dynamically 
loaded class checks to protect against untrusted code then is checking the 
package name worth much? Or do we need to do something like verify signatures 
against a list of trusted keys? Second question: if this is about security then 
is the code we're loading actually untrusted or is it only ever loaded from 
serialisations that we produced ourselves (e.g. in IcebergWorkSerializer)?
   
   P.S. Please include this "Why we're doing this" background that I'm lacking 
in the Jira issue when it's nontrivial.


-- 
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: dev-unsubscr...@drill.apache.org

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

Reply via email to