Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-124651: Quote template strings invenv
activation scripts#124712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedSep 30, 2024
This patch properly quotes template strings in `venv` activationscripts. This mitigates potential command injection.Signed-off-by: y5c4l3 <y5c4l3@proton.me>
y5c4l3 commentedOct 1, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
bedevere-bot commentedOct 9, 2024
@vsajip Some tests were still failing but none of them is related to this PR I guess. |
@vsajip Summary of the failing tests are posted here. Since they all appeared repeatedly before or after this build, I think this PR is good to go... no? AMD64 Arch Linux TraceRefs PR/1443
x86 Debian Installed with X PR/27
|
d48cc82
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Sorry,@y5c4l3 and@vsajip, I could not cleanly backport this to
|
…ythonGH-124712)This patch properly quotes template strings in `venv` activationscripts. This mitigates potential command injection.(cherry picked from commitd48cc82)Co-authored-by: Y5 <124019959+y5c4l3@users.noreply.github.com>
GH-125813 is a backport of this pull request to the3.13 branch. |
…GH-124712) (GH-125813)(cherry picked from commitd48cc82)
…ythonGH-124712)This patch properly quotes template strings in `venv` activationscripts. This mitigates potential command injection.(cherry picked from commitd48cc82)
…ythonGH-124712)This patch properly quotes template strings in `venv` activationscripts. This mitigates potential command injection.(cherry picked from commitd48cc82)
GH-126185 is a backport of this pull request to the3.12 branch. |
…GH-124712) (GH-126185)(cherry picked from commitd48cc82)
This comment was marked as off-topic.
This comment was marked as off-topic.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
…GH-124712) (GH-126185) (GH-126269) (GH-126300)(cherry picked from commitae961ae)
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
My backport of fix for Python 3.6 is atopenSUSE-Python@4f2496b. |
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
Taken frompython/cpython#126185 which is a 3.12 backport ofpython/cpython#124712Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
…ythonGH-124712)This patch properly quotes template strings in `venv` activationscripts. This mitigates potential command injection.
… activation scripts (pythonGH-124712) (pythonGH-126185) (pythonGH-126269) (pythonGH-126301)(cherry picked from commitae961ae)
… activation scripts (pythonGH-124712) (pythonGH-126185) (pythonGH-126269) (pythonGH-126301)(cherry picked from commitae961ae)
… activation scripts (pythonGH-124712) (pythonGH-126185) (pythonGH-126269) (pythonGH-126301)(cherry picked from commitae961ae)
…ripts (pythonGH-124712) (pythonGH-126185) (pythonGH-126269) (pythonGH-126301)(cherry picked from commitae961ae)
Uh oh!
There was an error while loading.Please reload this page.
This patch properly quotes template strings in
venv
activation scripts. This mitigates potential command injection.venv
activation scripts do not quote strings properly #124651