saifulhuq created FINERACT-2459:
-----------------------------------
Summary: Refactor SmsReadPlatformServiceImpl to use Prepared
Statements
Key: FINERACT-2459
URL: https://issues.apache.org/jira/browse/FINERACT-2459
Project: Apache Fineract
Issue Type: Improvement
Components: Security
Reporter: saifulhuq
Refactor `SmsReadPlatformServiceImpl.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)