[
https://issues.apache.org/jira/browse/FINERACT-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Saghy resolved FINERACT-2459.
----------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
> 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
> Priority: Major
> Labels: cleanup, security
> Fix For: 1.15.0
>
>
> 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)