mirror of https://github.com/google/oss-fuzz.git
[jackson] Fuzz the 2.14 branch (#7250)
This is the new main development branch.
This commit is contained in:
parent
4fdde05cff
commit
1a89545df4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue