add change-note

This commit is contained in:
erik-krogh
2023-01-06 09:29:15 +01:00
parent e01002368f
commit 31743afa87

View File

@@ -0,0 +1,5 @@
---
category: newQuery
---
* Added a new query, `rb/regex/badly-anchored-regexp` to detect regular expression validators that use `^` and `$`
as anchors and thus might match a single line instead of the entire string.