Skip to content

Commit

Permalink
Merge pull request apache#508 from ShruthiRajaram/FINERACT-682
Browse files Browse the repository at this point in the history
FINERACT-682: SQL injection impact fixes
  • Loading branch information
ShruthiRajaram authored Jan 23, 2019
2 parents 4fd584c + 40b2427 commit 3c21ae1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private String getSql(final String name, final String type) {

final String inputSql = "select " + type + "_sql as the_sql from stretchy_" + type + " where " + type + "_name = '" + name + "'";
validateReportName(name);
this.columnValidator.validateSqlInjection(inputSql, name);

final String inputSqlWrapped = this.genericDataService.wrapSQL(inputSql);

Expand Down

0 comments on commit 3c21ae1

Please sign in to comment.