iiiusky commented on a change in pull request #4282: URL: https://github.com/apache/zeppelin/pull/4282#discussion_r789427693
########## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSettingManager.java ########## @@ -1035,6 +1035,9 @@ private boolean inlineRemove(String id, boolean initiator) throws IOException { } File localRepoDir = new File(conf.getInterpreterLocalRepoPath() + "/" + id); + if (localRepoDir.getAbsolutePath().contains("..")) { Review comment: @jongyoul Yes, or it will filter .. all internally, and then go to a specific directory to start concatenating the final path, instead of completely trusting the string path passed in by the user -- 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...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org