Skip to content

Commit

Permalink
poco: move fuzz targets upstream (google#12591)
Browse files Browse the repository at this point in the history
Upstreaming after the discussion in
google#12526
  • Loading branch information
tyler92 authored Oct 11, 2024
1 parent c8bca3b commit 14cf29e
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 588 deletions.
10 changes: 1 addition & 9 deletions projects/poco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y openssl libssl-dev git make cmake libssl-dev
RUN git clone --depth 1 https://github.com/pocoproject/poco
RUN cp $SRC/poco/build/script/oss-fuzz-build.sh $SRC/build.sh
WORKDIR $SRC/poco
COPY build.sh \
json_parse_fuzzer.cc \
xml_parse_fuzzer.cc \
date_time_fuzzer.cc \
jwt_decode_fuzzer.cc \
http_message_fuzzer.cc \
mail_message_fuzzer.cc \
xml.dict \
$SRC/
108 changes: 0 additions & 108 deletions projects/poco/build.sh

This file was deleted.

53 changes: 0 additions & 53 deletions projects/poco/date_time_fuzzer.cc

This file was deleted.

97 changes: 0 additions & 97 deletions projects/poco/http_message_fuzzer.cc

This file was deleted.

30 changes: 0 additions & 30 deletions projects/poco/json_parse_fuzzer.cc

This file was deleted.

49 changes: 0 additions & 49 deletions projects/poco/jwt_decode_fuzzer.cc

This file was deleted.

38 changes: 0 additions & 38 deletions projects/poco/mail_message_fuzzer.cc

This file was deleted.

Loading

0 comments on commit 14cf29e

Please sign in to comment.