marta-jankovics commented on code in PR #3386:
URL: https://github.com/apache/fineract/pull/3386#discussion_r1302275583
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/search/service/SearchUtil.java:
##########
@@ -131,7 +135,6 @@ public static String validateToJdbcColumn(String column,
Map<String, ResultsetCo
errors.add(parameterErrorWithValue("error.msg.column.empty",
"Column filter is empty", API_PARAM_COLUMN, null));
}
if (column != null) {
- SQLInjectionValidator.validateDynamicQuery(column);
Review Comment:
no we do not, if the column was found in the headers list, then no need to
validate 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]