Skip to content

Commit

Permalink
fastify: Clone more fastify sub-projects (#11066)
Browse files Browse the repository at this point in the history
This PR clones more fastify sub-projects. Additional fuzzers on these
newly cloned sub-projects will be added soon.

Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan authored Oct 3, 2023
1 parent 773f351 commit 2ca28a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/fastify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ca28a8

Please sign in to comment.