You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/01/13 05:19:17 UTC

[GitHub] [kylin] nichunen commented on a change in pull request #1054: Fix some insecure issues

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:
users@infra.apache.org


With regards,
Apache Git Services