From 7e80f9819632c6d0756f346f205fe177e832ff5d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 20 Oct 2020 10:09:48 +0300 Subject: doc: better word choice --- contractor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contractor.md b/contractor.md index 72d94dd..b65ed79 100644 --- a/contractor.md +++ b/contractor.md @@ -42,7 +42,7 @@ have further dependencies, which have dependencies of their own. You'd need to vet the whole dependency tree. Even decades ago, in the 1990s, this could easily be hundreds of thousands of lines of code, and modern systems a much larger. Note that build tools are themselves -dependencies, as is the whole operating system. Any code that is used +dependencies, as is the whole operating system. Any code that is invoked in the build process is a dependency. How certain are you that you can spot malicious code that's -- cgit v1.2.1