mirror of https://github.com/ansible/ansible.git
use security_fix category in changelogs
parent
a64418c2b3
commit
3d5217b6d5
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- In fetch action, avoid using slurp return to set up dest, also ensure no dir traversal CVE-2020-1735.
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- ansible-galaxy - Error when install finds a tar with a file that will be extracted outside the collection install directory - CVE-2020-10691
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- '**security issue** - properly hide parameters marked with ``no_log`` in suboptions when invalid parameters are passed to the module (CVE-2019-14858)'
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- Ensure we get an error when creating a remote tmp if it already exists. CVE-2020-1733
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- "**security_issue** - create temporary vault file with strict permissions when editing and prevent race condition (CVE-2020-1740)"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
bugfixes:
|
||||
security_fixes:
|
||||
- >
|
||||
**security issue** win_unzip - normalize paths in archive to ensure extracted
|
||||
files do not escape from the target directory (CVE-2020-1737)
|
||||
|
||||
Loading…
Reference in New Issue