From bd0776a3996d9312d53aeb1ab9521f75328750d0 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Wed, 29 Apr 2020 09:58:57 +0200 Subject: [PATCH] Update git submodules * Update docs/submodules/oom.git from branch 'master' to f5e74e506c8ae56f4a7af7dfa516c5733fadb22e - [COMMON] Allow to use ' in mysql passwords derivePassword which we use to generate our passwords includes ' in set of special characters that can be used in passwords. Current implementation of bitnami configure-mysql.sh simply concatenates password surrounded with '' rest of SQL query. This causes issues if password contains ' as it creates invalid SQL statement. To fix this issue we just patch the script and escape the special ' character in password. Issue-ID: OOM-2246 Reported-by: Mateusz Pilat Signed-off-by: Krzysztof Opasiak Change-Id: I3d2150760755e55558e2045cbb7ca5693c8ab71f Signed-off-by: Krzysztof Opasiak --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index f69c491ed..f5e74e506 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit f69c491ed06b017fe439ff8ff48ac896e93d0f52 +Subproject commit f5e74e506c8ae56f4a7af7dfa516c5733fadb22e -- 2.16.6