Skip to content

Commit

Permalink
Updated pdfminer yaml to file github issues for bugs (#12169)
Browse files Browse the repository at this point in the history
This feature was requested by the project maintainer, as seen
[here](pdfminer/pdfminer.six#949 (comment))
  • Loading branch information
capuanob authored Jul 8, 2024
1 parent 9ea3c5e commit 8e57283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/pdfminersix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pip3 install --upgrade pip
RUN mkdir $SRC/corpus
RUN git clone --depth 1 https://github.com/pdfminer/pdfminer.six.git pdfminer.six \
&& cp pdfminer.six/fuzzing/build.sh $SRC/ \
&& cp pdfminer.six/samples/simple* $SRC/corpus
&& mkdir -p $SRC/corpus \
&& find "pdfminer.six/samples/" -type f -exec cp {} "$SRC/corpus" \;
WORKDIR $SRC/pdfminer.six

1 change: 1 addition & 0 deletions projects/pdfminersix/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ fuzzing_engines:
sanitizers:
- address
main_repo: "https://github.com/pdfminer/pdfminer.six"
file_github_issue: True

0 comments on commit 8e57283

Please sign in to comment.