shwstppr commented on code in PR #14009:
URL: https://github.com/apache/cloudstack/pull/14009#discussion_r3967745766


##########
api/src/main/java/org/apache/cloudstack/api/ApiArgValidator.java:
##########
@@ -49,15 +49,21 @@ public enum ApiArgValidator {
     RFCComplianceDomainName,
 
     /**
-     * Validates command option strings to avoid unsafe/code-like content.
+     * Validates mount command option strings to avoid unsafe/code-like 
content.
      */
-    SafeCommandOptions((param, annotation) -> {
+    SafeMountCommandOptions((param, annotation) -> {

Review Comment:
   @abh1sar should these `SafeMountCommandOptions` refactors also be made in 
`4.20` branch?



-- 
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]

Reply via email to