File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/templates/_components/fieldtypes/Number Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919- Fixed an SSRF vulnerability. (GHSA-96pq -hxpw-rgh8)
2020- Fixed an XSS vulnerability. (GHSA-7pr4 -wx9w-mqwr)
2121- Fixed a SQL injection vulnerability. (GHSA-2453 -mppf-46cj)
22+ - Fixed an XSS vulnerability. (GHSA-9f5h -mmq6-2x78)
2223
2324## 5.8.21 - 2025-12-04
2425
Original file line number Diff line number Diff line change 2525<div class =" flex" >
2626 {% if hasPrefix %}
2727 <div aria-hidden =" true" >
28- {{ prefix | t(' site' )| md(inlineOnly=true)| raw }}
28+ {{ prefix | t(' site' )| md(inlineOnly=true,encode=true )| raw }}
2929 </div >
3030 {% endif %}
3131 <div >
4242 </div >
4343 {% if hasSuffix %}
4444 <div aria-hidden =" true" >
45- {{ suffix | t(' site' )| md(inlineOnly=true)| raw }}
45+ {{ suffix | t(' site' )| md(inlineOnly=true,encode=true )| raw }}
4646 </div >
4747 {% endif %}
4848</div >
You can’t perform that action at this time.
0 commit comments