Open alex-harvey-z3q opened 1 month ago
Hi @alex-harvey-z3q, Thanks for your PR.
In order to review and accept your commit, you need to sign a Customer License Agreement and send it to ecosystems_cla@f5.com
Hi @alex-harvey-z3q, you PR changes are taken through PR: #1025
Previously, if a command in the
bigip_command
resource contained single quotes, the constructed shell command would have unbalanced quotes, leading to syntax errors and command execution failures. This commit fixes the issue by escaping single quotes within the commands before wrapping them in single quotes. This ensures that all commands are properly formatted and executed, even if they contain single quotes.