aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpedro martelletto <pedro@ambientworks.net>2021-03-24 15:02:38 +0100
committerGitHub <noreply@github.com>2021-03-24 07:02:38 -0700
commitd4492a98d46dcd4a1f3087e9b945e14f42d7e25d (patch)
treea92abd0923448e69a68acb74b02824449028e753
parent1ee46825bfffcfe403670c0b9c2d1f370b10c43c (diff)
downloadoss-fuzz-d4492a98d46dcd4a1f3087e9b945e14f42d7e25d.tar.gz
libfido2: change location of fuzz corpora (#5486)
-rw-r--r--projects/libfido2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libfido2/Dockerfile b/projects/libfido2/Dockerfile
index 58d9c0f47..e7d8a6a61 100644
--- a/projects/libfido2/Dockerfile
+++ b/projects/libfido2/Dockerfile
@@ -22,6 +22,6 @@ RUN git clone --branch OpenSSL_1_1_1-stable https://github.com/openssl/openssl
RUN git clone --branch v1.2.11 https://github.com/madler/zlib
RUN git clone https://github.com/Yubico/libfido2
# CIFuzz will replace the libfido directory so put the corpus outside
-ADD https://ambientworks.net/libfido2/corpus.tgz corpus.tgz
+ADD https://storage.googleapis.com/yubico-libfido2/corpus.tgz corpus.tgz
WORKDIR libfido2
COPY build.sh $SRC/