You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2017/05/16 05:37:51 UTC

[3/3] incubator-fineract git commit: Merge branch 'SQLINJ' into develop

Merge branch 'SQLINJ' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/4f63b051
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/4f63b051
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/4f63b051

Branch: refs/heads/develop
Commit: 4f63b051de9f4db4f114cd01eb36c8ee162dabb9
Parents: a8ac555 b7a5e67
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Tue May 16 10:55:20 2017 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Tue May 16 10:55:20 2017 +0530

----------------------------------------------------------------------
 ...visioningEntriesReadPlatformServiceImpl.java |   5 +-
 .../service/AuditReadPlatformServiceImpl.java   |  26 ++-
 ...yDatatableChecksReadPlatformServiceImpl.java |  13 +-
 .../ReadWriteNonCoreDataServiceImpl.java        |  12 +-
 .../security/utils/ColumnValidator.java         | 215 +++++++++++++++++++
 .../security/utils/SQLInjectionException.java   |  29 +++
 .../security/utils/SQLInjectionValidator.java   | 117 ++++++++++
 .../survey/service/ReadSurveyServiceImpl.java   |  12 +-
 .../MixTaxonomyReadPlatformServiceImpl.java     |   4 +-
 .../NamespaceReadPlatformServiceImpl.java       |   8 +-
 .../service/StaffReadPlatformServiceImpl.java   |  67 +++---
 ...TellerManagementReadPlatformServiceImpl.java |  23 +-
 ...ilsReadPlatformServiceJpaRepositoryImpl.java |   8 +-
 .../service/ChargeReadPlatformServiceImpl.java  |   4 +-
 .../service/ClientReadPlatformServiceImpl.java  |  48 +++--
 .../service/CenterReadPlatformServiceImpl.java  |  44 ++--
 .../service/GroupReadPlatformServiceImpl.java   |  46 ++--
 .../service/LoanReadPlatformServiceImpl.java    |   8 +-
 .../LoanProductReadPlatformServiceImpl.java     |  10 +-
 .../service/MeetingReadPlatformServiceImpl.java |   3 +-
 .../service/NoteReadPlatformServiceImpl.java    |  25 ++-
 ...ngsAccountChargeReadPlatformServiceImpl.java |  13 +-
 .../SavingsAccountReadPlatformServiceImpl.java  |   6 +-
 .../SavingsProductReadPlatformServiceImpl.java  |   4 +-
 24 files changed, 611 insertions(+), 139 deletions(-)
----------------------------------------------------------------------