use security_fix category in changelogs

pull/69968/head
Alicia Cozine 6 years ago
parent a64418c2b3
commit 3d5217b6d5

@ -7,7 +7,9 @@ new_plugins_after_name: removed_features
sections:
- ['major_changes', 'Major Changes']
- ['minor_changes', 'Minor Changes']
- ['breaking_changes', 'Breaking Changes / Porting Guide']
- ['deprecated_features', 'Deprecated Features']
- ['removed_features', 'Removed Features (previously deprecated)']
- ['security_fixes', 'Security Fixes']
- ['bugfixes', 'Bugfixes']
- ['known_issues', 'Known Issues']

@ -1,4 +1,4 @@
bugfixes:
security_fixes:
- >
**security issue** - Convert CLI provided passwords to text initially, to
prevent unsafe context being lost when converting from bytes->text during

@ -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,4 +1,4 @@
bugfixes:
security_fixes:
- >
**security issue** - The ``subversion`` module provided the password
via the svn command line option ``--password`` and can be retrieved

@ -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…
Cancel
Save