Files
codeql/go/old-change-notes/2020-12-23-regexp-anchors.md
2022-05-20 10:07:19 -07:00

3 lines
189 B
Markdown

lgtm,codescanning
* Query `go/regex/missing-regexp-anchor` now recognizes the start- and end-of-text anchors `\A` and `\z`. This reduces false-positives relating to unanchored expressions.