From 1bf06a7364e7bcdb6e0b6cb754496f091d3f82d8 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 13 Jun 2025 10:20:44 -0700 Subject: [PATCH] remove cheeky comment --- _posts/2025-06-07-package-managers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2025-06-07-package-managers.md b/_posts/2025-06-07-package-managers.md index e4b6689..278c804 100644 --- a/_posts/2025-06-07-package-managers.md +++ b/_posts/2025-06-07-package-managers.md @@ -116,8 +116,6 @@ even a full audit of code may not surface all code issues and there are other risks stemming, for example, from the way the code is built, or the runtime environment. The idea is to layer all defense mechanisms available, but admit that not reviewing third party code is a bad idea and that this needs to change. -If you believe SAST/monitoring will save you, I challenge you to give our team -access to add code to your codebase and see what happens. ## Summary