mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
Release 1.3.4.
This commit is contained in:
parent
b7b69d918a
commit
8a9d18cc86
5 changed files with 31 additions and 5 deletions
|
@ -5,6 +5,24 @@ Community General Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.3.4
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix/security release that addresses CVE-2021-20180.
|
||||||
|
|
||||||
|
Security Fixes
|
||||||
|
--------------
|
||||||
|
|
||||||
|
- bitbucket_pipeline_variable - **CVE-2021-20180** - hide user sensitive information which are marked as ``secured`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1635).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- npm - handle json decode exception while parsing command line output (https://github.com/ansible-collections/community.general/issues/1614).
|
||||||
|
|
||||||
v1.3.3
|
v1.3.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1802,3 +1802,16 @@ releases:
|
||||||
- kubevirt-migration.yml
|
- kubevirt-migration.yml
|
||||||
- snmp_facts.yml
|
- snmp_facts.yml
|
||||||
release_date: '2021-01-13'
|
release_date: '2021-01-13'
|
||||||
|
1.3.4:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- npm - handle json decode exception while parsing command line output (https://github.com/ansible-collections/community.general/issues/1614).
|
||||||
|
release_summary: Bugfix/security release that addresses CVE-2021-20180.
|
||||||
|
security_fixes:
|
||||||
|
- bitbucket_pipeline_variable - **CVE-2021-20180** - hide user sensitive information
|
||||||
|
which are marked as ``secured`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1635).
|
||||||
|
fragments:
|
||||||
|
- 1.3.4.yml
|
||||||
|
- 1614_npm.yml
|
||||||
|
- cve_bitbucket_pipeline_variable.yml
|
||||||
|
release_date: '2021-01-14'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix/security release that addresses CVE-2021-20180.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- npm - handle json decode exception while parsing command line output (https://github.com/ansible-collections/community.general/issues/1614).
|
|
|
@ -1,2 +0,0 @@
|
||||||
security_fixes:
|
|
||||||
- 'bitbucket_pipeline_variable - **CVE-2021-20180** - hide user sensitive information which are marked as ``secured`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1635).'
|
|
Loading…
Add table
Reference in a new issue