aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolan@skynet.ie>2017-12-10 22:58:23 +0000
committerAbhishek Arya <inferno@chromium.org>2017-12-10 14:58:23 -0800
commit45602236a8ea223646b376ceb28aeb1316cd635f (patch)
tree97978ba7b3e532f284a80b5f109421a6d8c9a455 /projects/libreoffice
parent6f2b0b598a51007395710eb166c67133d37e6fea (diff)
downloadoss-fuzz-45602236a8ea223646b376ceb28aeb1316cd635f.tar.gz
add html corpus (#1028)
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile
index b3f4ab1aa..20f34cd0f 100644
--- a/projects/libreoffice/Dockerfile
+++ b/projects/libreoffice/Dockerfile
@@ -100,7 +100,8 @@ ADD https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/gif.dict
https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/jpeg.dict \
https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/png.dict \
https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/tiff.dict \
- https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/xml.dict $SRC/
+ https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/xml.dict \
+ https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/html_tags.dict $SRC/
#fuzzing corpuses
ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz $SRC/
RUN mkdir afl-testcases && cd afl-testcases/ && tar xf $SRC/afl_testcases.tgz && cd .. && \
@@ -147,7 +148,8 @@ ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/xlsxfuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/pptxfuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/mmlfuzzer_seed_corpus.zip \
- https://dev-www.libreoffice.org/corpus/mtpfuzzer_seed_corpus.zip $SRC/
+ https://dev-www.libreoffice.org/corpus/mtpfuzzer_seed_corpus.zip \
+ https://dev-www.libreoffice.org/corpus/htmlfuzzer_seed_corpus.zip $SRC/
#clone source
RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice
WORKDIR libreoffice