fix[agent-manager](agent/agent_grpc): fixed sql tenant injection erro… - #2502
Conversation
…r on list agets request
🛑 AI review — High/critical findingsOne or more high/critical issues were found. Please review and fix before merging if they're real.
|
|
filter is created right before its use, sql queries are handled on the repository component using the utils.Filter array, thats exactly the change, before sql queries were being created with string interpolation, this way the filter implementation will be responsable on the quey creation step instead of raw sql strings being injected |
sue that this pull request addresses.