aboutsummaryrefslogtreecommitdiff
path: root/projects/ujson
AgeCommit message (Expand)Author
2021-01-15Show how to use Hypothesis to fuzz Python code (#4975)Zac Hatfield-Dodds
2020-12-13Fix symbolization for python targets. (#4836)Abhishek Arya
2020-12-11Fix atheris integration. (#4824)Abhishek Arya
2020-12-02Force symbolization in atheris python fuzz targets (#4765)Abhishek Arya
2020-11-30Make json_differential_fuzzer produce known bugs (#4758)Ian Eldred Pudney
2020-11-30Enable UBSan for python projects. (#4757)Abhishek Arya
2020-11-30Leak detection is not expected to work with python targets, disable. (#4751)Abhishek Arya
2020-11-29Fix "exec format error" due to incorrect shebang in python target. (#4746)Abhishek Arya
2020-11-24Fix ujson project and infra/ for python atheris. (#4706)Abhishek Arya
2020-11-20Python fuzzing fixes - disable leak checking, remove flags in atheris. (#4681)Abhishek Arya
2020-11-19Fix ujson python fuzzing. (#4667)Abhishek Arya
2020-11-19Improve ujson build.sh to build fuzzers. (#4662)Abhishek Arya
2020-11-19Initial support for ujson (as a Python fuzzing sample). (#4657)mbarbella-chromium