backendgood first issue
Repository-Metriken
- Stars
- (16.037 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 22h) (224 gemergte PRs in 30 T)
Beschreibung
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.