From 2ca28a8dbdc1b40fd9680009df7854490e37f7b2 Mon Sep 17 00:00:00 2001 From: Arthur Chan Date: Tue, 3 Oct 2023 17:06:26 +0100 Subject: [PATCH] fastify: Clone more fastify sub-projects (#11066) This PR clones more fastify sub-projects. Additional fuzzers on these newly cloned sub-projects will be added soon. Signed-off-by: Arthur Chan --- projects/fastify/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/fastify/Dockerfile b/projects/fastify/Dockerfile index f915d191c29a..d8e89018fd01 100644 --- a/projects/fastify/Dockerfile +++ b/projects/fastify/Dockerfile @@ -25,6 +25,11 @@ RUN git clone --depth 1 https://github.com/fastify/fastify-response-validation f RUN git clone --depth 1 https://github.com/fastify/fastify-auth fastify-auth RUN git clone --depth 1 https://github.com/fastify/fastify-basic-auth fastify-basic-auth RUN git clone --depth 1 https://github.com/fastify/fastify-bearer-auth fastify-bearer-auth +RUN git clone --depth 1 http://github.com/fastify/fastify-plugin fastify-plugin +RUN git clone --depth 1 http://github.com/fastify/fastify-cookie fastify-cookie +RUN git clone --depth 1 http://github.com/fastify/fastify-cors fastify-cors +RUN git clone --depth 1 http://github.com/fastify/fastify-secure-session fastify-secure-session + RUN git clone --depth 1 https://github.com/AdaLogics/ada-fuzzers fuzzers WORKDIR $SRC/fastify