ansible/changelogs/fragments/remote_mkdir_fix.yml
Brian Coca 8077d8e401
avoid mkdir -p (#68921)
* also consolidated temp dir name generation, added pid for more 'uniqness'
* generalize error message
* added notes about remote expansion

CVE-2020-1733
fixes #67791
2020-04-13 17:16:29 -04:00

3 lines
102 B
YAML

bugfixes:
- Ensure we get an error when creating a remote tmp if it already exists. CVE-2020-1733