Add security reporting guidance (#130748)

This commit is contained in:
Kristian Bremberg
2026-08-18 09:20:50 +01:00
committed by GitHub
parent 31e4055a10
commit 79439cda69
+1
View File
@@ -22,6 +22,7 @@ Grafana is a monitoring and observability platform. Go backend, TypeScript/React
- Keep changes focused — avoid over-engineering
- Separate PRs for frontend and backend changes (deployed at different cadences)
- Security: prevent XSS, SQL injection, command injection
- Security issues should be reported via [Grafana's security issue reporting page](https://grafana.com/legal/report-a-security-issue/) and not directly in this repository.
## Comments