1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Sloane Hertel 11ef03e9dd
Remove the params module option from ldap_attr and ldap_entry (#113)
* Remove the params module option from ldap_attr and ldap_entry

Module options that circumvent Ansible's option handling were disallowed
in:
https://meetbot.fedoraproject.org/ansible-meeting/2017-09-28/ansible_dev_meeting.2017-09-28-15.00.log.html

Additionally, this particular usage can be insecure if bind_pw is set
this way as the password could end up in a logfile or displayed on
stdout.

Fixes CVE-2020-1746

* Remove checking the version of Ansible

Fix fail_json

* Apply suggestions from code review

Co-Authored-By: Felix Fontein <felix@fontein.de>

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-04-06 18:13:04 +02:00
..
become Fix become plugins (#50) 2020-03-30 19:09:45 +02:00
cache Initial commit 2020-03-09 09:11:07 +00:00
callback Initial commit 2020-03-09 09:11:07 +00:00
connection Add missing libvirt_lxc connection plugin (#111) 2020-04-03 14:39:04 +01:00
doc_fragments [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
filter Initial commit 2020-03-09 09:11:07 +00:00
inventory Fix docker_swarm, docker_machine and gitlab_runners inventory plugins' verify method. (#67) 2020-03-29 20:14:22 +02:00
lookup [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
module_utils [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
modules Remove the params module option from ldap_attr and ldap_entry (#113) 2020-04-06 18:13:04 +02:00