From a0e24b172275ef450e14dd1625977645ee070465 Mon Sep 17 00:00:00 2001 From: Reinier Criel Date: Thu, 13 Nov 2025 11:21:53 -0800 Subject: [PATCH] Update comments --- packages/safe-chain/src/packagemanager/pip/runPipCommand.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/safe-chain/src/packagemanager/pip/runPipCommand.js b/packages/safe-chain/src/packagemanager/pip/runPipCommand.js index 96cdcf8..4198686 100644 --- a/packages/safe-chain/src/packagemanager/pip/runPipCommand.js +++ b/packages/safe-chain/src/packagemanager/pip/runPipCommand.js @@ -70,7 +70,9 @@ export async function runPip(command, args) { parsed.global = parsed.global || {}; // Adding CERT and PROXY - // If either is already set, there's no neeed to throw an error; mitm might fail and throw later if the proxy config is invalid + // If either is already set, there's no neeed to throw an error + // MITM might fail and throw later if the proxy config is invalid + // This ensures that no malware will be installed by safe-chain // Cert if (typeof parsed.global.cert === "undefined") {