[jackson] Fuzz the 2.14 branch (#7250)

This is the new main development branch.
This commit is contained in:
Fabian Meumertzheim 2022-02-08 23:40:57 +01:00 committed by GitHub
parent 4fdde05cff
commit 1a89545df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ RUN cat fuzzing/dictionaries/json.dict > $SRC/JsonFuzzer.dict
RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \
zip -j $SRC/JsonFuzzer_seed_corpus.zip go-fuzz-corpus/json/corpus/*
ENV JACKSON_BRANCH=2.13
ENV JACKSON_BRANCH=2.14
RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-core
RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-databind

View File

@ -30,7 +30,7 @@ RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \
zip -j $SRC/XmlFuzzer_seed_corpus.zip go-fuzz-corpus/xml/corpus/* && \
rm -rf go-fuzz-corpus
ENV JACKSON_BRANCH=2.13
ENV JACKSON_BRANCH=2.14
RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-dataformat-xml

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder-jvm
RUN apt-get update && apt-get install -y maven
ENV JACKSON_BRANCH=2.13
ENV JACKSON_BRANCH=2.14
RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-dataformats-binary
RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-databind