Commit Graph

9 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
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
Damien Miller 01f882f4ec unbreak compilation after FIDO chanegs (#3173) 2020-01-02 14:12:19 +11:00
Damien Miller 641de9e1ac Enable recently-added privkey_fuzz target (#2930) 2019-10-08 20:13:27 -07:00
Damien Miller 8483aa8b88 enable (brand new) sshsig options parsing fuzzer (#2803) 2019-09-05 07:19:16 -07:00
Damien Miller f508b116de [openssh] add sshsig fuzzer (#2802) 2019-09-04 21:47:42 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Damien Miller 2b49be2eaa Updates for OpenSSH fuzzing (#2306)
* Enable experimental XMSS keys for fuzzing

* Enable auth options fuzzer
2019-04-10 13:31:45 +10:00
Damien Miller 91a91ef445 Add openssh project (#834)
* Add openssh project

This includes fuzzers for public key parsing and signature verification
so far, as well as seed corpora.

* fix MAINTAINER email address
2017-09-08 07:53:15 -07:00