Skip to content

Commit

Permalink
Initial project skeleton: date (#11522)
Browse files Browse the repository at this point in the history
This PR proposes integrating `date` into OSSFuzz. 

I believe that this repository is security-relevant due to its high
star-count and its being a dependency in various large projects, some of
which are under OSSFuzz already (such as arrow). This library also
parses user-input in order to convert date strings into various formats,
thus exposing itself to potential exploitation.

Thank you for your review!
  • Loading branch information
capuanob authored Jan 30, 2024
1 parent d7254e9 commit 48fc4e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/date/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
homepage: "https://howardhinnant.github.io/date/date.html"
language: c++
primary_contact: "[email protected]"
main_repo: "https://github.com/HowardHinnant/date"

0 comments on commit 48fc4e6

Please sign in to comment.