From eeb8c0895f338b2bb05ada80ccfc0fba9e38b150 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Mon, 26 Feb 2018 14:52:11 -0500 Subject: [PATCH] Update authors and security-related readme --- AUTHORS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 22cfcc45..79f54a0b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,7 +8,7 @@ Contributors are users who submit a PR, Issue, or collaborates in making Marked To be listed here, just make a contribution and, if it has significant impact, the committers and publishers may be able to add you here. If you're name is here, and you would rather it not be, just let us know. -- Jamie Davis @davisjam - Thank you for the DOS contribution! +- Jamie Davis @davisjam - Thank you for the security-related contributions! - Костя Третяк @KostyaTretyak ## Committers diff --git a/README.md b/README.md index 7ce619a5..73453c64 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ By supporting the above Markdown flavors, it's possible that Marked can help you

Security

-The only completely secure system is the one that doesn't exist in the first place. Having said that, we take the security of Marked very seriously; however, none of us are necessarily security experts, so to speak. Therefore, if you find something, [say something](https://github.com/markedjs/marked/issues). +The only completely secure system is the one that doesn't exist in the first place. Having said that, we take the security of Marked very seriously; however, none of us are necessarily security experts, so to speak. Therefore, if you find something, [say something](https://github.com/markedjs/marked/issues), or, better yet, fix the thing! :)

Contributing