Commit Graph

30 Commits

Author SHA1 Message Date
Tyson Smith 189d30dbe5
Add additional Mozilla contacts (#7899)
* [cryptofuzz] Add additional Mozilla contacts to CC list

* [NSS] Add additional Mozilla contacts to CC list

* [NSS] Add main_repo to project.yaml
2022-06-21 14:16:16 -05:00
Navidem 291956b501
Set flags to use old pass manger (#7828)
* Set flags to use old pass manger

* nit

* Add comment to Dockerfile

* More informative comment

* nit
2022-06-09 19:39:25 +10:00
Sylvestre Ledru 8598780e62
[nss] Clean up the list of cc (#6850) 2021-11-18 11:28:45 -05:00
jonathanmetzman fe09bda7d6
Install python in projects that depend on it. (#6251)
When we upgrade to 20.04, python wont be in base-builder and
these projects will fail unless they install it.
Until then, this change should be a noop.

Related: #6180
2021-08-20 05:16:38 +00: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 e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -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
Sylvestre Ledru c9e50868e9
Some Mozilla changes (#3481)
* Refresh the list to have a Mozilla employee with an active account

* Update of the list of nss participants
2020-03-09 08:34:02 -07:00
Franziskus Kiefer 3891af1d18 Update project.yaml (#3070)
Kevin Jacobs (kjacobs@mozilla.com) is working on NSS things as well and should have access.
2019-11-26 09:15:50 -08:00
Sylvestre Ledru 0fd891f032 nss: add myself to the cc list (#2933) 2019-10-09 12:55:48 -07: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
Franziskus Kiefer 10a3430c66 [nss] Update project.yaml (#1991) 2018-11-30 06:23:45 -08:00
Franziskus Kiefer f1b27ccd1e Update project.yaml (#1926)
Adding CC for NSS contributor.
2018-11-06 06:14:11 -08:00
Franziskus Kiefer 24c78072d0 updating primary contact (#1543)
Unfortunately Tim left the NSS team.
2018-06-20 08:02:19 -07:00
Oliver Chang ca0b83b0e9 Disable honggfuzz for builds that are failing.
Revert once #646 is fixed.
2017-06-01 20:47:12 -07: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
Oliver Chang 51ec8c3c72 Update project.yaml 2017-03-15 17:51:43 -07:00
Oliver Chang 953c2fb6ab Update project.yaml 2017-03-15 16:15:05 -07:00
Abhishek Arya 70785be3dd Update project.yaml 2017-02-02 11:33:23 -08:00
Tim Taubert 71b6b10704 Update NSS project to use the build.sh and fuzzers provided by NSS (#316)
The current fuzzers have been removed and are now covered by the new QuickDER target.
2017-01-25 13:27:16 -08:00
Franziskus Kiefer ca634ceaf1 Update project.yaml (#262)
add ubsan
2017-01-09 10:50:20 -08:00
Franziskus Kiefer 6fada1e132 Update project.yaml (#261)
fixed email address
2017-01-09 10:15:00 -08:00
Franziskus Kiefer 18d7befcd8 Update project.yaml (#260) 2017-01-09 10:12:43 -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 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