Closed (fixed)
Project:
Commerce Core
Version:
3.x-dev
Component:
Log
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2025 at 09:41 UTC
Updated:
27 Jan 2026 at 12:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
khiminrm commentedComment #4
khiminrm commentedAttached patch for 8.x-2.40
Comment #6
jsacksick commentedComment #8
ivnishForgot to commit?
Comment #9
jsacksick commentedReopening after discussing this with @rszrama who thinks no escaping should happen on input but rather on output... Currently apostrophies are wrongfully escaped.
@khiminrm: Could you look into this?
Comment #10
jsacksick commentedOk, so let's stop escaping on input. The same "bug" affects the customer comment and the admin comment.
We likely need to expand our tests.
Comment #13
jsacksick commented@tbkot: Can we, in the tests confirm the input is filtered?
Right now there is nothing that confirms the
<script>is properly escaped.Comment #15
jsacksick commented