aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libfido2
diff options
context:
space:
mode:
authorGravatar Gabriel Kihlman <g.kihlman@yubico.com>2020-03-10 16:41:00 +0100
committerGravatar GitHub <noreply@github.com>2020-03-10 08:41:00 -0700
commitb2e55225ed658fd1c40ec0cb87cf688a6a1c3330 (patch)
tree31e75d5934830d8a0ce794b6b9225a0a83dd54f0 /projects/libfido2
parentf1c65bccf2f4bbfc721a402c906c6f37c2e2a6db (diff)
[libfido2] Corpus seed moved outside of repo, update build.sh. (#3486)
* [libfido2] Corpus moved outside of repo, update build.sh. Fixes fuzzing build failure #21144 * Fetch seed corpus when building the container instead * Use "ADD" instead of "RUN curl" Co-authored-by: Max Moroz <dor3s1@gmail.com>
Diffstat (limited to 'projects/libfido2')
-rw-r--r--projects/libfido2/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/libfido2/Dockerfile b/projects/libfido2/Dockerfile
index 0b6a1c7e..2db78fc1 100644
--- a/projects/libfido2/Dockerfile
+++ b/projects/libfido2/Dockerfile
@@ -21,5 +21,6 @@ RUN apt-get install -y cmake libudev-dev pkg-config chrpath
RUN git clone --branch v0.5.0 https://github.com/PJK/libcbor
RUN git clone --branch OpenSSL_1_1_1-stable https://github.com/openssl/openssl
RUN git clone https://github.com/Yubico/libfido2
+ADD https://ambientworks.net/libfido2/corpus.tgz libfido2/fuzz/corpus.tgz
WORKDIR libfido2
COPY build.sh $SRC/