aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/unbound/Dockerfile
diff options
context:
space:
mode:
authorGravatar luisx41 <43376759+luisx41@users.noreply.github.com>2020-01-14 01:42:13 +0100
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2020-01-14 11:42:13 +1100
commited6b5232eef29182d3bf26a491e3c2d389333447 (patch)
tree931d963d426ca7f94aaff6b47b628ea12c7b925d /projects/unbound/Dockerfile
parent40fa9e5e9cccb5d36f3e4c4b4aa17ccbf58773e4 (diff)
[unbound] add fuzzers written for OSTIF audit (#3210)
Diffstat (limited to 'projects/unbound/Dockerfile')
-rw-r--r--projects/unbound/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/unbound/Dockerfile b/projects/unbound/Dockerfile
index fe4a0159..0bd77437 100644
--- a/projects/unbound/Dockerfile
+++ b/projects/unbound/Dockerfile
@@ -20,4 +20,8 @@ RUN apt-get install -y make libtool libssl-dev libexpat-dev wget
RUN git clone --depth=1 https://github.com/NLnetLabs/unbound unbound
WORKDIR unbound
COPY parse_packet_fuzzer.c .
+COPY fuzz_1.c .
+COPY fuzz_2.c .
+COPY fuzz_3.c .
+COPY fuzz_4.c .
COPY build.sh $SRC/