Files
nixpkgs/pkgs/tools/admin
Andreas Rammhold 64e2791092 ansible_2_7: 2.7.11 -> 2.7.15
This fixes the following security issues:
  * Ansible: Splunk and Sumologic callback plugins leak sensitive data
    in logs (CVE-2019-14864)
  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when invalid
    parameters are passed to the module (CVE-2019-14858)
  * resolves CVE-2019-10206, by avoiding templating passwords from
    prompt as it is probable they have special characters.
  * Handle improper variable substitution that was happening in
    safe_eval, it was always meant to just do 'type enforcement' and have
    Jinja2 deal with all variable interpolation. Also see CVE-2019-10156

Changelog: 0623dedf2d/changelogs/CHANGELOG-v2.7.rst (v2-7-15)
2019-12-15 21:24:59 +01:00
..
2019-10-13 17:48:16 +02:00
2019-08-17 09:55:49 -07:00
2019-12-15 21:24:59 +01:00
2019-10-27 16:26:57 +01:00
2019-11-14 14:31:13 +01:00
2019-12-08 04:20:00 -05:00
2019-10-30 21:52:06 +02:00
2019-09-21 04:27:00 -05:00
2019-09-02 20:37:25 -05:00
2019-08-28 11:07:32 +00:00
2019-12-06 21:03:24 +08:00
2019-11-25 10:29:03 +01:00
2019-08-22 17:14:37 -04:00
2019-11-28 00:28:19 -05:00
2019-10-15 13:11:26 +02:00
2019-10-09 10:59:46 -07:00
2019-10-23 13:12:11 +02:00
2019-12-09 04:20:00 -05:00
2019-06-18 04:50:53 -07:00
2019-03-06 21:12:59 +01:00
2019-10-20 14:15:20 +02:00
2018-12-13 21:18:09 +01:00
2019-02-18 13:45:20 -05:00
2019-08-28 11:07:32 +00:00