Skip to content

fix: sanitize sql queries

Laura Damian requested to merge msft/feat/2056-sanitize-sql-queries into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

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

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Query sanitization to make use of parameters and sanitize input to avoid sql injection. Now the only approved operators are: '!=' | '=' | '<' | '>' | '<=' | '>=' | 'CONTAINS' | 'RegexMatch' | 'LIKE' | 'STARTSWITH'

Edited by Laura Damian

Merge request reports