Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix xss vulnerability (grafana#10559)
**What this PR does / why we need it**: XSS vulnerability of fmt.Sprintf. fmt.Sprintf would reflect part of the input in the output without escaping, which causes XSS.
- Loading branch information