M285/backport 5852 (#2403)

* set env in ProcessInvoker sanitized (#2280)

* set env in ProcessInvoker sanitized

* Update runnerversion and rel notes

---------

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

View File

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