mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Update comments
This commit is contained in:
parent
84b8c2f2cf
commit
a0e24b1722
1 changed files with 3 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue