backendgood first issue
仓库指标
- 星标
- (16,037 个星标)
- PR 合并指标
- (平均合并 5天 22小时) (30 天内合并 224 个 PR)
描述
Move all db calls to prepared statements and specifically with context if possible to make signoz more secure from sql injections.
A query should not be a string prepared from fmt.sprintf(...) if it has args to pass. We should try to avoid string formatting for args.