Commit Graph

9 Commits

Author SHA1 Message Date
L. A. F. Pereira ec4b0ead78
Lwan: Use HTTPS protocol in GIT repository URI (#7404)
GitHub deprecated the unencrypted GIT protocol, so use HTTPS instead.
2022-03-22 15:29:40 -04:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
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
Leandro A. F. Pereira 705f4f5e40 lwan: Zip fuzzing corpus for new fuzzers without changing build.sh (#2979)
* lwan: Run bash in verbose mode

Printing the whole command line helps debug the fuzzer build process.

* lwan: Zip fuzzing corpus for new fuzzers without changing build.sh

Instead of hardcoding the archiving of corpus-request-* files in the
Lwan repo into request_fuzzer_seed_corpus.zip, use the fuzzer driver
filename to derive the ZIP file name and corpus file names as each
fuzzer is being built.
2019-10-23 08:07:27 -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
Leandro A. F. Pereira c416a8007b [lwan] Use HTTP dictionary to speed up fuzzing (#2329) 2019-04-17 08:28:57 -07:00
Leandro A. F. Pereira 935e25b1ff [lwan] Add fuzzing targets for Lwan (#2302) 2019-04-09 13:54:01 -07:00
Leandro A. F. Pereira 3bc121dd86 Add Lwan to OSS-Fuzz (#2136) 2019-02-06 12:36:51 -08:00