JS: Change note

This commit is contained in:
Asger F
2025-02-28 14:04:40 +01:00
parent c3ad805fe8
commit c8a89c4203

View File

@@ -0,0 +1,7 @@
---
category: fix
---
* Fixed a bug that would in rare cases cause some regexp-based checks
to seen as generic taint sanitisers, even though the underlying regexp
is not restrictive enough. The regexps are now analysed more precisely,
and unrestrictive regexp checks will no longer block taint flow.