prometheus/prometheus

Fuzz test Prometheus APIs

Open

#667 opened on May 2, 2015

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Go (64,042 stars) (10,408 forks)batch import
help wantedkind/enhancementpriority/P3

Description

Just found this new tool for Go: https://github.com/dvyukov/go-fuzz

Given that it found quite a few bugs in the standard library, we will certainly find some stuff in Prometheus. Especially as we are now using two text/template style parsers ourselves that might suffer from very similar bugs as the ones found in the stdlib.

Contributor guide