yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k stars 255 forks source link

OSS-Fuzz Integration Request #162

Closed TheCrott closed 3 years ago

TheCrott commented 3 years ago

Hi maintainers @yuin

I would like to integrate the project into OSS-fuzz. This is a free service by Google where they perform continuous fuzzing of open-source projects used by industry and with the only expectation that maintainers of the project will patch the bugs found by OSS-Fuzz.

If you are interested in this, could you please provide me with an email address that will be receiving the bug reports?

Here is the link to the integration: Goldmark OSS-Fuzz Integration

yuin commented 3 years ago

My email address can be found in my profile page.

TheCrott commented 3 years ago

Do you know any organization/projects/applications that use goldmark?

yuin commented 3 years ago

Hugo, gitea, golang.org/x/tools/present, go.pkg.dev and many go projects use goldmark.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

manunio commented 2 years ago

Hi @TheCrott are you still working on this? Would you mind if i take this over?

manunio commented 2 years ago

Hi @yuin are you still interested in integrating this project at oss-fuzz?