vorburger commented on a change in pull request #1159:
URL: https://github.com/apache/fineract/pull/1159#discussion_r453972511



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/security/utils/ColumnValidator.java
##########
@@ -91,6 +92,9 @@ private void validateColumn(Map<String, Set<String>> 
tableColumnMap) {
 
     public void validateSqlInjection(String schema, String... conditions) {
         for (String condition : conditions) {
+            if (!StringUtils.isNotBlank(condition)) {

Review comment:
       Why the "double negation" and not just if isBlank() ?




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


Reply via email to