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
patchback[bot] 1d07d6e3b5
openbsd_pkg: Fix regexp matching crash (#3161) (#3185)
When a package name contains special characters (e.g. "g++"), they are
interpreted as part of the regexp.

This can lead to a crash with an error in the python re module, for
instance with "g++":

    sre_constants.error: multiple repeat

Fix this by escaping the package name.

Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
(cherry picked from commit 56b5be0630)

Co-authored-by: zorun <github@bitsofnetworks.org>
2021-08-09 23:02:49 +02:00
..
action utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
become [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
cache utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
callback utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
connection utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
doc_fragments utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
filter [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
inventory proxmox inventory plugin: Easy fix (#3052) (#3058) 2021-07-24 20:58:13 +02:00
lookup Updated the tss lookup plugin to reflect breaking changes introduced in the underpinning SDK (#3139) (#3151) 2021-08-05 22:41:29 +02:00
module_utils [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
modules openbsd_pkg: Fix regexp matching crash (#3161) (#3185) 2021-08-09 23:02:49 +02:00