M293/backport 5852 (#2406)

* set env in ProcessInvoker sanitized (#2280)

* set env in ProcessInvoker sanitized

* Update release notes and runnerversion

---------

Co-authored-by: Stefan Ruvceski <96768603+ruvceskistefan@users.noreply.github.com>
This commit is contained in:
Ferenc Hammerl
2023-01-30 16:58:56 +01:00
committed by GitHub
parent a78e6e0594
commit d42fd4aa98
4 changed files with 81 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## Features
## Bugs
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
- Sanitize Windows ENVs (#2280)
## Misc