mirror of https://github.com/google/oss-fuzz.git
Remove references to my Alex's mozilla email (#2610)
This commit is contained in:
parent
fe79deab29
commit
0619a50b4d
|
@ -1,7 +1,7 @@
|
||||||
homepage: "https://www.mozilla.org/firefox/"
|
homepage: "https://www.mozilla.org/firefox/"
|
||||||
primary_contact: "agaynor@mozilla.com"
|
primary_contact: "choller@mozilla.com"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- choller@mozilla.com
|
- twsmith@mozilla.com
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
sanitizers:
|
sanitizers:
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER agaynor@mozilla.com
|
MAINTAINER alex.gaynor@gmail.com
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
autoconf2.13 \
|
autoconf2.13 \
|
||||||
yasm \
|
yasm \
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
homepage: "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
|
homepage: "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
|
||||||
primary_contact: "agaynor@mozilla.com"
|
primary_contact: "choller@mozilla.com"
|
||||||
auto_ccs:
|
|
||||||
- "choller@mozilla.com"
|
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- none
|
- none
|
||||||
sanitizers:
|
sanitizers:
|
||||||
|
|
|
@ -2,7 +2,7 @@ homepage: "https://xiph.org/vorbis/"
|
||||||
primary_contact: "daede003@umn.edu"
|
primary_contact: "daede003@umn.edu"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- paul.l.kehrer@gmail.com
|
- paul.l.kehrer@gmail.com
|
||||||
- agaynor@mozilla.com
|
- alex.gaynor@gmail.com
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
- afl
|
- afl
|
||||||
|
|
Loading…
Reference in New Issue