From 98d026d2b711915a3be33f5d5a882d28280afef2 Mon Sep 17 00:00:00 2001 From: ennamarie19 <89044704+ennamarie19@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:49:58 -0500 Subject: [PATCH] jupytext: Initial Project Proposal (#12581) I am requesting permission to integrate [jupytext](https://github.com/mwouts/jupytext) into OSS-Fuzz. I believe that this project is a good candidate for OSS-Fuzz integration. It is a Python package that provides two-way conversion between Jupyter notebooks and several other text-based formats like Markdown documents or scripts. It is used by over 8,000 repositories and 340 packages. Most notably, google/flax (6k+ stars), Azure/PyRIT (1.8k+ stars), scipy/scipy (13k+ stars), ploomber (3.5k+ stars) and jupyter-book (3.8k+ stars) Please see upstream approval for integration: https://github.com/mwouts/jupytext/issues/1236 Co-authored-by: Vitor Guidi --- projects/jupytext/project.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/jupytext/project.yaml diff --git a/projects/jupytext/project.yaml b/projects/jupytext/project.yaml new file mode 100644 index 000000000..4e002afae --- /dev/null +++ b/projects/jupytext/project.yaml @@ -0,0 +1,11 @@ +homepage: "https://jupytext.readthedocs.io/en/latest/developing.html" +language: python +primary_contact: "marc.wouts@gmail.com" +auto_ccs: + - "ennamarie19@gmail.com" +fuzzing_engines: + - libfuzzer +sanitizers: + - address + - undefined +main_repo: "https://github.com/mwouts/jupytext.git"