aboutsummaryrefslogtreecommitdiff
path: root/projects/pygments
AgeCommit message (Collapse)Author
2021-08-30[infra][python] Split out python projects to their own builder. (#6341)jonathanmetzman
2021-08-19Improve pygment's fuzzer (#6212)Google AutoFuzz Team
2021-08-16Update fuzzers to new Atheris version (#6060)Bitshift
* Update fuzzers to new Atheris version * Pin new atheris version * Change = to == * Change path where Atheris fuzzers ld_preload from * Update hypothesis fuzzer to work with new atheris * Set version to 2.0.1 * Switch to Atheris 2.0.4 * Correct spelling of pygments_fuzzer decorator * instrument yaml_reader * Change to latest Atheris * Set atheris version to 2.0.6
2021-05-12[all] Make fuzz targets world executable (#5751)Fabian Meumertzheim
Making fuzz targets only user executable as the root user makes them non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2020-12-30Use the new wrapper for pygments (#4898)Google AutoFuzz Team
2020-12-21Add some dictionaries to pygments' fuzzer (#4876)Google AutoFuzz Team
2020-12-17Use only utf-8 for Pygments (#4859)Google AutoFuzz Team
See https://github.com/pygments/pygments/issues/1628#issuecomment-747259224
2020-12-16pygments: use my gmail account for reports (#4856)Georg Brandl
2020-12-14Add a proper contact for pygments' fuzzer (#4838)Google AutoFuzz Team
See https://github.com/pygments/pygments/issues/1628#issuecomment-743346621
2020-12-14Add a corpus for pygments (#4840)Google AutoFuzz Team
2020-12-11Add a fuzzer for Pygments (#4794)Google AutoFuzz Team
* 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