Accepting request 792534 from home:rfrohl:branches:systemsmanagement

add missing bugs for CVEs; found in Leap submissions

OBS-URL: https://build.opensuse.org/request/show/792534
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=168
This commit is contained in:
Lars Vogdt 2020-04-11 04:39:37 +00:00 committed by Git OBS Bridge
parent 479c09b69c
commit fb51e7cd29

View File

@ -26,8 +26,8 @@ Thu Jan 16 17:34:28 UTC 2020 - Michael Ströder <michael@stroeder.com>
- update to version 2.9.3 (maintenance release)
* security fixes
- CVE-2019-14904 (solaris_zone module)
- CVE-2019-14905 (nxos_file_copy module),
- CVE-2019-14904 (solaris_zone module) (boo#1157968)
- CVE-2019-14905 (nxos_file_copy module) (boo#1157969)
* various bugfixes
-------------------------------------------------------------------
@ -88,7 +88,7 @@ Fri Nov 15 12:44:55 UTC 2019 - lars@linux-schulserver.de - 2.9.1
and also available online at
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
+ CVE-2019-14864: fixed Splunk and Sumologic callback plugins leak
sensitive data in logs
sensitive data in logs (boo#1154830)
- replace all #!/usr/bin/env lines to use #!/usr/bin/$1 directly
-------------------------------------------------------------------