File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# ###############################################################################
1616
1717FROM gcr.io/oss-fuzz-base/base-builder-python
18- RUN pip3 install hypothesis
18+ RUN pip3 install --upgrade pip hypothesis rpds
1919
2020RUN git clone --depth=1 https://github.com/Julian/jsonschema
21+ RUN git clone --depth=1 https://github.com/python-jsonschema/jsonschema-specifications jsonschema_specifications
2122WORKDIR $SRC/jsonschema
2223
2324COPY build.sh $SRC/
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ pip3 install .
1919
2020# Build fuzzers in $OUT.
2121for fuzzer in $( find $SRC -name ' fuzz_*.py' ) ; do
22- compile_python_fuzzer $fuzzer
22+ compile_python_fuzzer $fuzzer --add-data $SRC /jsonschema_specifications/jsonschema_specifications/schemas:jsonschema_specifications/schemas
2323done
You can’t perform that action at this time.
0 commit comments