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


##########
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:
   Right, rebased to 4.20



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