diff --git a/python-virtualenv.changes b/python-virtualenv.changes index c7b8eec..de0b865 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,9 +1,11 @@ ------------------------------------------------------------------- Thu Oct 17 15:15:49 UTC 2024 - Dirk Müller -- update teo 20.26.6: - * Properly quote string placeholders in activation script templates - to mitigate potential command injection - by @y5c4l3. (#2768) +- update to 20.26.6: + * Properly quote string placeholders in activation script + templates to mitigate potential command injection - by + @y5c4l3. (#2768, in the Python stdlib known as bsc#1232241, + CVE-2024-9287) * Upgrade embedded wheels: setuptools to 75.1.0 from 74.1.2 * no longer create () output in console during activation of a virtualenv by .bat file. (#2728)