From ba0fe104298751c361ac0fe4c371f7be49259c56 Mon Sep 17 00:00:00 2001 From: ennamarie19 <89044704+ennamarie19@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:52:51 -0700 Subject: [PATCH] Initial Project Skeleton for dateparser (#11191) I believe this project is important because the repository is used by over 23 thousand people and over 650 packages depend on it. This project is security relevant, because should there be a critical bug present, hundreds, if not, thousands of people would be affected. Dependent projects include OSS-Fuzzed repository arrow, and other very popular projects such as ArchiveBox, prefect, python-binance and AWS' serverless-application-model. Further, the project has over 2000 stars on GitHub. For these reasons, I believe it would be greatly beneficial to the open source community if this project was analyzed by OSS-Fuzz for vulnerabilities. --------- Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Co-authored-by: bcapuano --- projects/dateparser/project.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/dateparser/project.yaml diff --git a/projects/dateparser/project.yaml b/projects/dateparser/project.yaml new file mode 100644 index 000000000..6dd32b9a4 --- /dev/null +++ b/projects/dateparser/project.yaml @@ -0,0 +1,11 @@ +homepage: "https://dateparser.readthedocs.io/en/latest/" +language: python +primary_contact: "opensource@zyte.com" +auto_ccs: + - "ennamarie19@gmail.com" +fuzzing_engines: + - libfuzzer +sanitizers: + - address + - undefined +main_repo: "https://github.com/scrapinghub/dateparser.git"