From c752249478e48535c40e46bf825354229df2d2b4 Mon Sep 17 00:00:00 2001 From: Christoph Wedenig Date: Fri, 28 Apr 2023 09:50:30 +0200 Subject: [PATCH] :bug: fix: Remove single quotes from user-simulator data They were resulting in unintended SQL injections --- src/user-simulator/data/biolist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/user-simulator/data/biolist.json b/src/user-simulator/data/biolist.json index e6e31cba..c33bcff1 100644 --- a/src/user-simulator/data/biolist.json +++ b/src/user-simulator/data/biolist.json @@ -13,11 +13,11 @@ "isMarkdown": false }, { - "text": "I am always ready with a joke. Just don't ask me to tell it in binary, I am still working on my ASCII humor.", + "text": "I am always ready with a joke. Just do not ask me to tell it in binary, I am still working on my ASCII humor.", "isMarkdown": false }, { - "text": "I may be just a robot, but at least I don't need to charge my batteries with caffeine like some people I know.", + "text": "I may be just a robot, but at least I do not need to charge my batteries with caffeine like some people I know.", "isMarkdown": false }, {