File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
projects/openapi-schema-validator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515FROM gcr.io/oss-fuzz-base/base-builder-python
1616RUN pip3 install --upgrade pip
17+ RUN git clone --depth=1 https://github.com/python-jsonschema/jsonschema-specifications jsonschema_specifications
1718RUN git clone https://github.com/p1c2u/openapi-schema-validator openapi-schema-validator
1819COPY *.sh *py $SRC/
1920WORKDIR $SRC/openapi-schema-validator
Original file line number Diff line number Diff line change 1717pip3 install .
1818# Build fuzzers in $OUT.
1919for fuzzer in $( find $SRC -name ' fuzz_*.py' ) ; do
20- compile_python_fuzzer $fuzzer
20+ compile_python_fuzzer $fuzzer --add-data $SRC /jsonschema_specifications/jsonschema_specifications/schemas:jsonschema_specifications/schemas
2121done
You can’t perform that action at this time.
0 commit comments