Skip to content

Update Ignite setArgs and setSchema method instead of raw string concat

Guillaume Caillet requested to merge cailletg-update-sql into master

Fix some raw string concatenation in Ignite query. Some of them are not an issue as the value is coming from a constant defined in Code, but some are from function Paramaters and could be vulnerable to injections.

Also include a small typo fix.

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Fix #582 (closed)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

Merge request reports

Loading