Skip to content

Commit

Permalink
[wuffs] use fork of MozillaSecurity/fuzzdata (#10679)
Browse files Browse the repository at this point in the history
Per #10610
"MozillaSecurity/fuzzdata to be decomissioned soon".

Updates #10610
  • Loading branch information
nigeltao authored Jul 11, 2023
1 parent 330cc0c commit 9ccf396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/wuffs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ RUN mkdir libjpeg_turbo_corpus && \
rm -rf seed-corpora

RUN mkdir pngsuite_corpus && \
git clone --depth=1 https://github.com/MozillaSecurity/fuzzdata && \
mv ./fuzzdata/samples/png/common/*.png ./pngsuite_corpus && \
rm -rf fuzzdata
git clone --depth=1 https://github.com/nigeltao/mozsec-fuzzdata && \
mv ./mozsec-fuzzdata/samples/png/common/*.png ./pngsuite_corpus && \
rm -rf mozsec-fuzzdata

RUN wget -O rapidjson.zip "https://github.com/guidovranken/rapidjson-fuzzers/blob/master/fuzzer_seed_corpus.zip?raw=true"
RUN mkdir rapidjson_corpus
Expand Down

0 comments on commit 9ccf396

Please sign in to comment.