Update javascript/ql/src/change-notes/2025-02-28-membership-regexp-test.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2025-02-28 14:25:56 +01:00
committed by GitHub
parent c8a89c4203
commit 2e32e441b8

View File

@@ -2,6 +2,6 @@
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
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.