From 11d8e6b9a6133e9653145f068f4f7a8c7bf08f7e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 26 Apr 2018 15:00:55 -0400 Subject: [PATCH 1/2] update link + a new video --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d924361..f62c73b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Stars :star: indicate especially good "starting point" resources - things to rea * [Anatomy of a Crypto Vulnerability](https://alexgaynor.net/2016/mar/14/anatomy-of-a-crypto-vulnerability/) (Gaynor) * [Bounty Launch Lessons](https://medium.com/starting-up-security/bounty-launch-lessons-c7c3be3f5b#.1hbi9xp4n) (McGeehan and Honeywell) * [Building a Let's Encrypt client from scratch](https://github.com/alexpeattie/letsencrypt-fromscratch) (Peattie) -* [Cryptographic Right Answers](http://latacora.singles/2018/04/03/cryptographic-right-answers.html) (Latacora) +* [Cryptography Right Answers](http://latacora.singles/2018/04/03/cryptographic-right-answers.html) (Ptacek, Latacora) * [HTTPS is Hard](https://blog.yell.com/2016/03/https-is-hard/) (Workman) * [Learning From A Year Of Security Breaches](https://medium.com/starting-up-security/learning-from-a-year-of-security-breaches-ed036ea05d9b) (McGeehan) :star: * [PagerDuty Incident Response Documentation](https://response.pagerduty.com/) (PagerDuty) :star: @@ -58,3 +58,4 @@ Stars :star: indicate especially good "starting point" resources - things to rea * [Crypto 101](https://www.youtube.com/watch?v=3rmCGsCYJF8) (Van Houtven) * [Lessons Learned While Protecting Gmail](https://www.youtube.com/watch?v=nkV9kOsTyJU) (Bursztein) * [Web Security Fundamentals](https://info.varonis.com/web-security-fundamentals) (Hunt) +* [Sanitize, Fuzz, and Harden Your C++ Code](https://www.youtube.com/watch?v=FP8zFhB_cOo) From 7a509143a1d22ff4ae1bb453246886a2ce23484e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 26 Apr 2018 15:01:24 -0400 Subject: [PATCH 2/2] how did that happen? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62c73b..0372420 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Stars :star: indicate especially good "starting point" resources - things to rea * [Anatomy of a Crypto Vulnerability](https://alexgaynor.net/2016/mar/14/anatomy-of-a-crypto-vulnerability/) (Gaynor) * [Bounty Launch Lessons](https://medium.com/starting-up-security/bounty-launch-lessons-c7c3be3f5b#.1hbi9xp4n) (McGeehan and Honeywell) * [Building a Let's Encrypt client from scratch](https://github.com/alexpeattie/letsencrypt-fromscratch) (Peattie) -* [Cryptography Right Answers](http://latacora.singles/2018/04/03/cryptographic-right-answers.html) (Ptacek, Latacora) +* [Cryptographic Right Answers](http://latacora.singles/2018/04/03/cryptographic-right-answers.html) (Ptacek, Latacora) * [HTTPS is Hard](https://blog.yell.com/2016/03/https-is-hard/) (Workman) * [Learning From A Year Of Security Breaches](https://medium.com/starting-up-security/learning-from-a-year-of-security-breaches-ed036ea05d9b) (McGeehan) :star: * [PagerDuty Incident Response Documentation](https://response.pagerduty.com/) (PagerDuty) :star: