saifulhuq created FINERACT-2461:
-----------------------------------
Summary: Refactor EmailReadPlatformServiceImpl to use Prepared
Statements
Key: FINERACT-2461
URL: https://issues.apache.org/jira/browse/FINERACT-2461
Project: Apache Fineract
Issue Type: Bug
Reporter: saifulhuq
Refactor `EmailReadPlatformServiceImpl.java` to replace legacy SQL string
concatenation with JDBC Prepared Statements.
This change prevents potential SQL injection vulnerabilities by using `?`
placeholders and passing parameters dynamically via `JdbcTemplate`.
This task is a specific implementation of the goal described in FINERACT-854.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)