Juyeon Kim created ZEPPELIN-6282: ------------------------------------ Summary: Add null check in getInterpreterGroup Key: ZEPPELIN-6282 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6282 Project: Zeppelin Issue Type: Improvement Components: Interpreters Reporter: Juyeon Kim Assignee: Juyeon Kim
When executing InterpreterSetting.getInterpreterGroup, an error occurs if groupId is null. Although it does not seem that groupId becomes null under normal circumstances, it would be better to add a null check condition. I discovered this vulnerability during shutdown testing(ZEPPELIN-6237). -- This message was sent by Atlassian Jira (v8.20.10#820010)