Commit Graph

28 Commits

Author SHA1 Message Date
jonathanmetzman e146f71833
[presubmit] Add check to ensure dataflow is specified properly. (#5833)
Also remove dataflow from projects where it was removed improperly
or added improperly.
2021-05-25 16:02:44 +00:00
Khaled Hosny 2cf181aa32
Update OTS build (#4926)
* Update OTS build

Update OTS build to match new master branch requirements.

* Remove unneeded OTS dependencies

Meson build is forcing fallback dependencies, so neither pkg-config or system zlib are needed.
2021-01-06 07:44:58 -08: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
Ebrahim Byagowi 49149c244f
[ots] Enable more fuzzers (#4089)
* [ots] Enable more fuzzers

* [ots] Expand wildcards like /usr/lib/DataFlow*.o

* [ots] Use forcefallback so zlib source gets compiled

* [ots] Don't enable dataflow for ots
2020-07-14 07:51:37 -07: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
Khaled Hosny a01b4d7507 [ots] Fix build (#3206)
Pin meson version to the latest working version.
2020-01-08 09:15:12 -08:00
Tyson Smith a0eb412444 Update multiple vendor_ccs lists (#3091)
* Update and add more Mozilla employees
2019-12-10 17:51:56 +00:00
Christoph Diehl 7ed3f375b6 Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries (#2703)
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries

* Use new vendor_ccs field in projects.yml (#2703)

* Remove not yet approved projects

* Remove not yet approved projects
2019-08-28 09:16:53 -07:00
Khaled Hosny 535f9260e2 [ots] Update build script to match upstream build (#2633) 2019-07-28 15:33:23 -07:00
Khaled Hosny 07feba29c6 [ots] Show meson log on setup failure (#2630)
Helps quickly debugging build failures.
2019-07-26 07:23:59 -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
Khaled Hosny a5a3f73c58 [ots] Fix build (#1642)
Export the environment variables before calling meson, otherwise they
have no effect.
2018-07-23 06:56:32 -07:00
Khaled Hosny 1a4248af01 [ots] Checkout submodules (#1637) 2018-07-21 06:59:31 -07:00
Khaled Hosny 70359530a7 [ots] Update build to use meson (#1620) 2018-07-17 07:58:23 -07:00
jfkthame 9f770fa88b Adding @jfkthame to cc for OTS (#1288) 2018-04-01 15:14:51 -07:00
Kevin Hsieh a862046661 Adding myself to access ots's fuzzing results (#744) 2017-07-27 18:19:26 -07:00
Khaled Hosny 33c1ed629d [ots] Increase OTS max_len (#606)
This is the same value used for WOFF2 fuzzers, hopefully it will improve
the coverage.
2017-05-14 16:14:04 +02:00
Devin Jeanpierre 330386686d Use apt-get update && apt-get install, per best practices: (#561)
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/

I ran into this because I was getting errors locally, like:

    E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb  404  Not Found [IP: 91.189.88.149 80]

It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.)

So:
    sed -re \
        's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \
        projects/**/Dockerfile

I also manually fixed the cases that already ran apt-get update in their Dockerfile:
    dlplibs/Dockerfile
    grpc/Dockerfile
    libreoffice/Dockerfile
2017-05-01 23:31:02 -07:00
Oliver Chang 60835ac420 oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGE 2017-03-22 12:12:51 -07:00
Oliver Chang 7df64d4ac4 [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE 2017-03-15 18:46:31 -07:00
Khaled Hosny 28457bcd59 Update OTS project (#270)
Fixes #189.
2017-01-10 14:34:32 -08:00
Mike Aizatsky e6a8c4d6cd [infra] updating usages of base-libfuzzer (#142) 2017-01-03 15:07:49 -08:00
Mike Aizatsky 3dd707ed58 [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -08:00
Mike Aizatsky cf248c4759 [infra] making shallow git clones. fixes #42 2016-11-29 12:55:45 -08:00
Mike Aizatsky 879120437d [infra] build.sh cleanup 2016-11-29 11:33:42 -08:00
Mike Aizatsky a1f645866d [infra] target.yaml -> project.yaml 2016-11-29 11:03:26 -08:00
Mike Aizatsky a143b9b39a [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00