Skip to content

Commit

Permalink
Pdfplumber: Update Target Branch for Fuzzing (#13029)
Browse files Browse the repository at this point in the history
Rather than fuzzing main, this PR changes the fuzz build to use the
develop branch

Co-authored-by: bcapuano <[email protected]>
  • Loading branch information
ennamarie19 and capuanob authored Feb 14, 2025
1 parent 9eeea42 commit 3a09d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pdfplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir $SRC/corpus
# Upstream wants fuzzers hosted elsewhere, so pull them from fork (https://github.com/jsvine/pdfplumber/pull/1245#issuecomment-2581682100)
RUN git clone --depth 1 https://github.com/ennamarie19/pdfplumber.git pdfplumber_fuzzer

RUN git clone --depth 1 https://github.com/jsvine/pdfplumber.git pdfplumber \
RUN git clone --depth 1 --branch develop https://github.com/jsvine/pdfplumber.git pdfplumber \
&& rm -rf pdfplumber/fuzz # Remove the directory, if it exists
RUN cp -r pdfplumber_fuzzer/fuzz pdfplumber \
&& cp pdfplumber/fuzz/build.sh $SRC/
Expand Down

0 comments on commit 3a09d24

Please sign in to comment.