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 <bcapuano@asu.edu>
This commit is contained in:
ennamarie19 2023-11-13 14:52:51 -07:00 committed by GitHub
parent 5dfba83509
commit ba0fe10429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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"