Closed (fixed)
Project:
radix
Version:
6.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2025 at 01:35 UTC
Updated:
1 Aug 2025 at 07:14 UTC
Jump to comment: Most recent
After upgrading to the version 6.0.2, we got an error when try to visit the node edit, revision or delete pages
This is definitely related to the security fixes
It is needed to ensure that the variables passed to the twig templates, in this case to the
line 67 of the file menu.theme
function radix_preprocess_links__dropbutton
'text' => htmlspecialchars_decode(Xss::filter($link['text'])),
Comments
Comment #2
doxigo commentedOn the latest dev version of 6.x, I cannot recreate this, regardless, I implemented the suggested
htmlspecialchars_decode. It's good to have that, thanks.