mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Disallow use of remote home directories containing .. in their path (CVE-2019-3828) (#52133)
* Disallow use of remote home directories containing .. in their path * Add CVE to changelog
This commit is contained in:
3
changelogs/fragments/disallow-relative-homedir.yaml
Normal file
3
changelogs/fragments/disallow-relative-homedir.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- remote home directory - Disallow use of remote home directories that include
|
||||
relative pathing by means of `..` (CVE-2019-3828) (https://github.com/ansible/ansible/pull/52133)
|
||||
Reference in New Issue
Block a user