Label value in a row, passed to DraggableListBuilder, doesn't sanitize and outputs as HTML. The same time EntityListBuilder process it correctly.
Example: I've created text format named <b>bold</b>, and it shown as bold in the list! Adding </td></tr></table> to the name breaks list page markup.
The same time XSS <script>alert('Hello')</script> doesn't work.
Comments
Comment #2
dewalt commentedComment #3
dewalt commentedI've found solution, that fixes this issue and https://www.drupal.org/project/drupal/issues/2514970 one too.
Comment #8
danielvezaTested this in the latest 9.4 - This has been fixed and the format now displays as bold