aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/json-c/project.yaml
Commit message (Collapse)AuthorAge
* Disable dataflow builds for projects that have enabled it. (#7968)Gravatar jonathanmetzman2022-07-07
| | | | | | | | | * Disable dataflow builds for projects that have enabled it. Related: https://github.com/google/oss-fuzz/issues/7963 * fix openjpeg * fix
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* [json-c] enable dataflow config (#1632). (#3265)Gravatar Max Moroz2020-01-21
| | | Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F3fc8371d-951a-4003-9ce5-97d4adaf449c&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:54:26.943000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:54:25.085Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T18:50:28.370948047Z, double checking with Travis.
* Enable i386 fuzzing on another 11 projects (#2752)Gravatar jonathanmetzman2019-08-23
|
* [json-c] Add project (#1123)Gravatar Chris Wolfe2018-02-01
* Add a fuzzer for json_tokener_parse_ex. detect_leaks=0 * remove comments, add email * remove options file * free the object; the fuzzer was responsible for the leak * remove control characters * make the dict match the fuzzer for the convention to load the dict * decl and use * fix signature, reinterpret * add hawicz's email