woonys commented on code in PR #3315:
URL: https://github.com/apache/fineract/pull/3315#discussion_r1276002868
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/security/utils/SQLInjectionValidator.java:
##########
@@ -180,4 +143,17 @@ private static void patternMatchSqlInjection(String
sqlSearch, String lowerCaseS
}
}
+ private static void validateSQLCommand(String lowerCaseSQL, String[]
commands, SQLCommandCondition SQLCondition) {
Review Comment:
@adamsaghy Thanks for review. I modified the name. Please check 🙇
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/security/utils/SQLInjectionValidator.java:
##########
@@ -180,4 +143,17 @@ private static void patternMatchSqlInjection(String
sqlSearch, String lowerCaseS
}
}
+ private static void validateSQLCommand(String lowerCaseSQL, String[]
commands, SQLCommandCondition SQLCondition) {
Review Comment:
@adamsaghy Thanks for review. I modified the name. Please check 🙇
--
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]