mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
This addresses a number of issues: - It was impossible to include a literal '"' or a line break in the value. - It was impossible to include '=', '~', or '!' in the value. - It was not validated if the label name is valid. - It was not validated if the value is valid UTF-8. - No whitespace was allowed around the operator. Signed-off-by: beorn7 <beorn@grafana.com>