aboutsummaryrefslogtreecommitdiff
path: root/projects/poppler
diff options
context:
space:
mode:
authorGoogle AutoFuzz Team <security-tps@google.com>2020-10-08 15:13:50 +0200
committerGitHub <noreply@github.com>2020-10-08 06:13:50 -0700
commite7b79f9ece21803a9b1ac898398403274f999a6d (patch)
treef3dcde7500abada7328786d85e9e5446783c16b4 /projects/poppler
parent475f86dbc4f245c3ce9b329176e2603654246d6e (diff)
downloadoss-fuzz-e7b79f9ece21803a9b1ac898398403274f999a6d.tar.gz
Change the url for the fuzzing dictionary (#4509)
Diffstat (limited to 'projects/poppler')
-rw-r--r--projects/poppler/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/poppler/Dockerfile b/projects/poppler/Dockerfile
index 863cb40a7..0780e4ae5 100644
--- a/projects/poppler/Dockerfile
+++ b/projects/poppler/Dockerfile
@@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/uclouvain/openjpeg
RUN git clone --depth 1 https://github.com/mozilla/pdf.js pdf.js && \
zip -q $SRC/pdf_fuzzer_seed_corpus.zip pdf.js/test/pdfs/*.pdf && \
rm -rf pdf.js
-ADD https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/pdf.dict $SRC/pdf_fuzzer.dict
+ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/pdf.dict $SRC/pdf_fuzzer.dict
WORKDIR $SRC/poppler
COPY *.cc $SRC/fuzz/
COPY build.sh $SRC/