aboutsummaryrefslogtreecommitdiff
path: root/projects/fuzzing-puzzles
AgeCommit message (Collapse)Author
2020-08-07[fuzzing-puzzles] Disable the project for now. (#4279)Max Moroz
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-04-09[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)Max Moroz
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). * rename fuzzing puzzles target
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-05-29[fuzzing-puzzles] Disable the project for now, as no one is trying to solve ↵Max Moroz
the puzzle.
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2018-06-07[fuzzing-puzzles] Enable AFL fuzzing engine instead of libFuzzer + re… (#1495)Max Moroz
* [fuzzing-puzzles] Enable AFL fuzzing engine instead of libFuzzer + rename the target to prevent corpus re-use. * Use ASan instead of UBSan.
2018-06-04[fuzzing-puzzles] New artificial project for various puzzles / FTS ↵Max Moroz
candidates. (#1485) * [fuzzing-puzzles] New artificial project for various puzzles / FTS candidates. Suggested by kcc@ in https://github.com/google/sanitizers/issues/964. * Use UBSan instead of ASan.