mirror of https://github.com/ansible/ansible.git
regex: validate input before processing (#85629)
* Validated user input for match_type before processing * added new match_type 'fullmatch' Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85659/head
parent
0cc771dc3c
commit
90f62f3fdf
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- regex - Document the match_type fullmatch.
|
||||||
|
- regex - Ensure that match_type is one of match, fullmatch, or search (https://github.com/ansible/ansible/pull/85629).
|
||||||
Loading…
Reference in New Issue