mirror of https://github.com/google/oss-fuzz.git
parent
c20e259746
commit
c09f6db40c
|
@ -15,6 +15,9 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-python
|
||||
RUN apt update && apt-get install -y zlib1g-dev libjpeg8-dev
|
||||
RUN pip3 install cython numpy
|
||||
|
||||
RUN git clone https://github.com/imageio/imageio
|
||||
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -2,6 +2,7 @@ homepage: "https://imageio.github.io"
|
|||
language: python
|
||||
primary_contact: "almar.klein@gmail.com"
|
||||
auto_ccs:
|
||||
- "sebastian@wallkoetter.net"
|
||||
- "david@adalogics.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
|
|
Loading…
Reference in New Issue