alertmanager/matchers/parse
George Robinson f96ba1b58f
unquote should check for invalid UTF-8 code points (#3595)
Quoted tokens can contain both UTF-8 byte and code point literals
that should be interpreted when quoted. However, we need to check
that the interpreted literals are valid UTF-8 code points or not.
This now happens in unquote.

Signed-off-by: George Robinson <george.robinson@grafana.com>
2023-11-13 16:31:15 +00:00
..
bench_test.go Support UTF-8 label matchers: Add new parser (#3453) 2023-09-05 11:32:58 +01:00
fuzz_test.go Support UTF-8 label matchers: Add new parser (#3453) 2023-09-05 11:32:58 +01:00
lexer.go Support UTF-8 label matchers: Do not allow unquoted escape sequences (#3571) 2023-10-30 13:56:54 +00:00
lexer_test.go Support UTF-8 label matchers: Add new parser (#3453) 2023-09-05 11:32:58 +01:00
parse.go Support UTF-8 label matchers: Add new parser (#3453) 2023-09-05 11:32:58 +01:00
parse_test.go unquote should check for invalid UTF-8 code points (#3595) 2023-11-13 16:31:15 +00:00
token.go unquote should check for invalid UTF-8 code points (#3595) 2023-11-13 16:31:15 +00:00