PEP 832: Go back to a .venv redirect file - #5118
Conversation
…data for security
Documentation build overview
|
|
This (.venv redirects) would not be safe if it were to default to being on by default? I've used
From the PEP https://peps.python.org/pep-0832/#security-implications :
Normally this is solved by the installer determining where files are placed, not each package. But this is a development workflow, so
Still this:
This file format might as well not be Python-specific? So, CFG (INI?), JSON, YAML, TOML; what's fastest and most portable? It would be best to indicate which tool was used to build the venv, but there again that inversion of control is a risk that is normally solved with review at packaging time? |
|
IIRC I had a similar discussion with @kennethreitz about why |
|
Isn't this the same issue, too? |
|
@westurner please provide feedback on discuss.python.org so others can participate. |
PEP 123: Summary of changes)