happyhacking123 commented on pull request #1811: URL: https://github.com/apache/kylin/pull/1811#issuecomment-1033476245
' (Single quotation marks) is special character that must be add in SPARK_CONF_REGULAR_EXPRESSION, because command injection is realized after closing single quotation marks(` [backtick] cannot be executed as commands within single quotes). It is recommended to block the command injection special characters in “SPARK_CONF_REGULAR_EXPRESSION”: 1) ` (backtick) 2) $() 3) ' 4) & 5) | 6) " 7) ; 8) `>` 9) < -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
