I20240912-2100
Using ` (template literals) to 'quote' the string is not safe. Use ' (regular string literal) intead and escape the data properly.
Using ` (template literals) to 'quote' the string is not safe. Use ' (regular string literal) intead and escape the data properly.