Add change note for rb/regex/missing-regexp-anchor

This commit is contained in:
Harry Maclean
2022-04-14 15:44:30 +12:00
parent af2965c2a0
commit bbc3043836

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `rb/regex/missing-regexp-anchor`, which finds regular expressions which are improperly anchored. Validations using such expressions are at risk of being bypassed.