We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ad805 commit c8a89c4Copy full SHA for c8a89c4
1 file changed
javascript/ql/src/change-notes/2025-02-28-membership-regexp-test.md
@@ -0,0 +1,7 @@
1
+---
2
+category: fix
3
4
+* Fixed a bug that would in rare cases cause some regexp-based checks
5
+ to seen as generic taint sanitisers, even though the underlying regexp
6
+ is not restrictive enough. The regexps are now analysed more precisely,
7
+ and unrestrictive regexp checks will no longer block taint flow.
0 commit comments