From c49a569aba343138ec71be95c27c01e706be20cb Mon Sep 17 00:00:00 2001 From: ennamarie19 <89044704+ennamarie19@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:52:18 -0500 Subject: [PATCH] pdfplumber: Initial Project Proposal (#12567) I am requesting permission to integrate [pdfplumber](https://github.com/jsvine/pdfplumber) into OSSFuzz. I believe that this project is a good candidate for OSS-Fuzz integration as it extracts a PDF for detailed information about each text character, rectangle, and line. It is used by over 12.500 repositories and 245 packages. Most notably, langflow (30k+ stars), DB-GPT (13k+ stars), unstructured (8k+ stars) and PaddleNLP (12k+ stars) Please see upstream approval for integration [here](https://github.com/jsvine/pdfplumber/issues/1198) Co-authored-by: Vitor Guidi --- projects/pdfplumber/project.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/pdfplumber/project.yaml diff --git a/projects/pdfplumber/project.yaml b/projects/pdfplumber/project.yaml new file mode 100644 index 000000000000..2ef91b3dc205 --- /dev/null +++ b/projects/pdfplumber/project.yaml @@ -0,0 +1,11 @@ +homepage: "https://github.com/jsvine/pdfplumber" +language: python +primary_contact: "jsvine@gmail.com" +auto_ccs: + - "ennamarie19@gmail.com" +fuzzing_engines: + - libfuzzer +sanitizers: + - address + - undefined +main_repo: "https://github.com/jsvine/pdfplumber.git"