aboutsummaryrefslogtreecommitdiff
path: root/projects/libexif
AgeCommit message (Collapse)Author
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-13[libexif] Add new fuzzer (#4045)Ravi Jotwani
* added draco integration files * wrote build file and Dockerfile for Draco * added new fuzzer, placed license header in existing fuzzer
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-06-22Update project.yamlAbhishek Arya
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
2020-01-28[libexif] also fuzz exif makernotes (#2913)Marcus Meissner
* also fuzz makernotes * add me as secondary libexif helper * libexif new test adjusted after review, also use same indentstyle
2019-08-09[libexif] Fix build.sh script to avoid failing on mkdir command,Max Moroz
2019-06-28Enable dataflow for 9 projects written in C (#1632).Max Moroz
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-07-04libexif: Add JPG files used by libexif tests to the corpus (#1596)Dan Fandrich
These are chosen to exercise many of the MakerNote parser variants.
2018-04-03[libexif] add libexif (#1285)Paul Kehrer
* add libexif * make the fuzzer parse a bit more * review feedback, be less confusing with Data and data vars * added primary contact