ColdFusion 2023 HF12 Finding - writeLog() function...
# cfml-general
b
ColdFusion 2023 HF12 Finding - writeLog() function. If a JSON string is passed as part of the text input to the function, it double quotes {""key"":""value""} all JSON key/value pairs in the log. Prior to HF12, JSON was logged normally {"key":"value"}, however since HF12 applied, now we are seeing this issue in our logs where JSON is included. Anyone able to confirm/verify this finding and whether there is a way to resolve? thx!