SigNoz/signoz

Move db calls to prepared statements with context

开放

#1,353 创建于 2022年7月4日

 (11 条评论) (0 个反应) (1 位负责人)TypeScript (976 个派生)batch import
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.

贡献者指南