aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ots
Commit message (Collapse)AuthorAge
* [presubmit] Add check to ensure dataflow is specified properly. (#5833)Gravatar jonathanmetzman2021-05-25
| | | | Also remove dataflow from projects where it was removed improperly or added improperly.
* Update OTS build (#4926)Gravatar Khaled Hosny2021-01-06
| | | | | | | | | * 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.
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [ots] Enable more fuzzers (#4089)Gravatar Ebrahim Byagowi2020-07-14
| | | | | | | | | * [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
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* [ots] Fix build (#3206)Gravatar Khaled Hosny2020-01-08
| | | Pin meson version to the latest working version.
* Update multiple vendor_ccs lists (#3091)Gravatar Tyson Smith2019-12-10
| | | * Update and add more Mozilla employees
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries (#2703)Gravatar Christoph Diehl2019-08-28
| | | | | | | | | | * 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
* [ots] Update build script to match upstream build (#2633)Gravatar Khaled Hosny2019-07-28
|
* [ots] Show meson log on setup failure (#2630)Gravatar Khaled Hosny2019-07-26
| | | Helps quickly debugging build failures.
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* [ots] Fix build (#1642)Gravatar Khaled Hosny2018-07-23
| | | | Export the environment variables before calling meson, otherwise they have no effect.
* [ots] Checkout submodules (#1637)Gravatar Khaled Hosny2018-07-21
|
* [ots] Update build to use meson (#1620)Gravatar Khaled Hosny2018-07-17
|
* Adding @jfkthame to cc for OTS (#1288)Gravatar jfkthame2018-04-01
|
* Adding myself to access ots's fuzzing results (#744)Gravatar Kevin Hsieh2017-07-27
|
* [ots] Increase OTS max_len (#606)Gravatar Khaled Hosny2017-05-14
| | | | This is the same value used for WOFF2 fuzzers, hopefully it will improve the coverage.
* Use apt-get update && apt-get install, per best practices: (#561)Gravatar Devin Jeanpierre2017-05-01
| | | | | | | | | | | | | | | | | | | 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
* oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEGravatar Oliver Chang2017-03-22
|
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* Update OTS project (#270)Gravatar Khaled Hosny2017-01-10
| | | Fixes #189.
* [infra] updating usages of base-libfuzzer (#142)Gravatar Mike Aizatsky2017-01-03
|
* [infra] using -lFuzzingEngine instead of -lfuzzerGravatar Mike Aizatsky2016-12-07
|
* [infra] making shallow git clones. fixes #42Gravatar Mike Aizatsky2016-11-29
|
* [infra] build.sh cleanupGravatar Mike Aizatsky2016-11-29
|
* [infra] target.yaml -> project.yamlGravatar Mike Aizatsky2016-11-29
|
* [infra] renaming targets/ to projects/Gravatar Mike Aizatsky2016-11-29