Commit Graph

3 Commits

Author SHA1 Message Date
Google AutoFuzz Team 4387306911
Improve pygment's fuzzer (#6212) 2021-08-19 21:53:59 +01:00
Google AutoFuzz Team 6a646ea993
Add some dictionaries to pygments' fuzzer (#4876) 2020-12-21 06:30:24 -08:00
Google AutoFuzz Team 25988ca5f1
Add a fuzzer for Pygments (#4794)
* Add a fuzzer for Pygments

While pygments doesn't use native code for fuzzing,
it's the defacto solution to highlight (untrusted) code,
so unexpected exceptions and timeouts are important.

* Make the fuzzer work

* Remove a useless LD_PRELOAD

* Add a missing "main_repo" field
2020-12-11 07:30:23 -08:00