* [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
- Start using NOVOLUME since Chromium is going to start using it.
[See: https://crrev.com/c/1393803]
- Point to the oss_fuzz branch where all releases will be fuzzed first before being merged into the master branch.
* Interpret a blob of memory as a rar file for fuzzing. (#4)
* Use the in-memory representation of the file
* Interpret a blob of memory as a rar file for fuzzing. (#5)
* Use the in-memory representation of the file
* Use a fixed filename, skip calling getpid
* Get the shared library to build for unrar
* Fuzz by writing temp file and calling CmdExtract::DoExtract()
* Incorporate review feedback
* Incorporate review feedback