mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Little cleanup
This commit is contained in:
parent
0a0ac85542
commit
ab1aa0dce9
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@ function setFallbackCaBundleEnvironmentVariables(env, combinedCaPath) {
|
||||||
/**
|
/**
|
||||||
* Runs a pip command with safe-chain's certificate bundle and proxy configuration.
|
* Runs a pip command with safe-chain's certificate bundle and proxy configuration.
|
||||||
*
|
*
|
||||||
* Creates a temporary pip config file (cleaned up automatically after execution) to configure:
|
* Creates a temporary pip config file to configure:
|
||||||
* - Certificate bundle for HTTPS verification
|
* - Cert bundle for HTTPS verification
|
||||||
* - Proxy settings if available
|
* - Proxy settings
|
||||||
*
|
*
|
||||||
* If the user has an existing PIP_CONFIG_FILE, a new temporary config is created that merges
|
* If the user has an existing PIP_CONFIG_FILE, a new temporary config is created that merges
|
||||||
* their settings with safe-chain's, leaving the original file unchanged.
|
* their settings with safe-chain's, leaving the original file unchanged.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue