nichunen commented on a change in pull request #1054: Fix some insecure issues
URL: https://github.com/apache/kylin/pull/1054#discussion_r365649832
 
 

 ##########
 File path: 
server/src/test/java/org/apache/kylin/rest/util/ValidateUtilTest.java
 ##########
 @@ -48,6 +48,9 @@
 
     @Test
     public void testCheckIdentifiersExists() throws IOException {
+        String project = "/asd/../_asd33b";
+        project = 
ValidateUtil.convertStringToBeAlphanumericUnderscore(project);
 
 Review comment:
   @hit-lacus This is some code I submit carelessly, I have removed it

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to