prometheus/util/fuzzing
Julien Pivotto efe305b898 fuzzing: generate libFuzzer dictionary for FuzzParseExpr
Export parser.Keywords() and add GetDictForFuzzParseExpr() so that
the corpus generator can produce a stable fuzzParseExpr.dict file
derived directly from the PromQL grammar rather than maintained by hand.

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
2026-04-08 17:38:23 +02:00
..
corpus_gen fuzzing: generate libFuzzer dictionary for FuzzParseExpr 2026-04-08 17:38:23 +02:00
.gitignore Fuzzing: Move to go fuzzing 2026-01-12 12:59:10 +01:00
corpus.go fuzzing: generate libFuzzer dictionary for FuzzParseExpr 2026-04-08 17:38:23 +02:00
corpus_protobuf.go util/fuzzing: fix changed field name CreatedTimestamp in protobuf corpus 2026-04-01 15:08:33 +02:00
fuzz_test.go fuzzing: add FuzzParseProtobuf fuzz target and corpus generation 2026-03-31 17:25:26 +02:00