aboutsummaryrefslogtreecommitdiff
path: root/projects/python-lz4
AgeCommit message (Collapse)Author
2021-08-30[infra][python] Split out python projects to their own builder. (#6341)jonathanmetzman
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.
2021-01-19[python-lz4] initial integration (#4989)DavidKorczynski