JS: Change note

This commit is contained in:
Asger F
2025-03-11 16:51:51 +01:00
parent 8599ab2503
commit 356b9e68c3

View File

@@ -0,0 +1,6 @@
---
category: fix
---
* Fixed a bug, first introduced in `2.20.3`, that would prevent `v-html` attributes in Vue files
from being flagged by the `js/xss` query. The original behaviour has been restored and the `v-html`
attribute is once again functioning as a sink for the `js/xss` query.