Skip to content

Commit

Permalink
Initial Project Skeleton for dateparser (#11191)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: bcapuano <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2023
1 parent 5dfba83 commit ba0fe10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/dateparser/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
homepage: "https://dateparser.readthedocs.io/en/latest/"
language: python
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined
main_repo: "https://github.com/scrapinghub/dateparser.git"

0 comments on commit ba0fe10

Please sign in to comment.