Merge branch 'main' into js/test-suite

This commit is contained in:
Asger F
2025-03-11 13:17:08 +01:00
499 changed files with 16371 additions and 5390 deletions

View File

@@ -0,0 +1,7 @@
---
category: fix
---
* Fixed a bug that would in rare cases cause some regexp-based checks
to be 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.