mirror of https://github.com/ansible/ansible.git
add changelog categories, update CVE fragments to use security_fix category (#69968)
* use security_fix category in changelogs for CVEs * these fragments do not say CVE but are security fixes Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>pull/70021/head
parent
9d6b0f2b03
commit
f509a22f9d
@ -1,3 +1,3 @@
|
|||||||
bugfixes:
|
security_fixes:
|
||||||
- >
|
- >
|
||||||
**security issue** - Redact cloud plugin secrets in ansible-test when running integration tests using cloud plugins. Only present in 2.9.0b1.
|
**security issue** - Redact cloud plugin secrets in ansible-test when running integration tests using cloud plugins. Only present in 2.9.0b1.
|
||||||
|
@ -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.
|
- 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
|
- 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)'
|
- '**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
|
- 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)"
|
- "**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
|
**security issue** win_unzip - normalize paths in archive to ensure extracted
|
||||||
files do not escape from the target directory (CVE-2020-1737)
|
files do not escape from the target directory (CVE-2020-1737)
|
||||||
|
Loading…
Reference in New Issue