mirror of https://github.com/ansible/ansible.git
use security_fix category in changelogs (#71071)
* use security_fix category in changelogs (cherry picked from commitpull/71076/head3d5217b6d5) * these fragments do not say CVE but are security fixes (cherry picked from commit8d0c1ff51d) Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
parent
e5ec3f8578
commit
cea92ad2cd
@ -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.
|
||||
|
||||
@ -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