Commit Graph

5 Commits

Author SHA1 Message Date
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [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-03-10 11:08:01 -07:00
obgm 0db7736b95 [libcoap] build.sh: disable DTLS (#1942)
OSS fuzzing currently is done without DTLS support. As of
4.2.0-rc2, libcoap's configuration builds against OpenSSL by
default and thus `--disable-dtls` must be passed to the
configuration script.

Fixes issue 11309
2018-11-11 07:08:08 -08:00
obgm fa049083d3 [libcoap]: build.sh: invoke Makefile.oss-fuzz for building (#1676)
This change calls libcoap's Makefile for building libcoap applications
with proper build flags set.
2018-07-31 07:35:43 -07:00
Bhargava Shastry d683797a4a Move libcoap test harness to its source repo (#1586) 2018-07-02 07:12:19 -07:00
Bhargava Shastry d2c9d6fe39 libcoap: OSS-Fuzz integration (#1496)
* libcoap: OSS-Fuzz integration

* libcoap: Addressed comments by @inferno-chromium
2018-06-08 09:03:50 -07:00