Merge pull request #6117 from asgerf/js/sharpen-match-calls

Approved by esbena
This commit is contained in:
CodeQL CI
2021-06-22 22:52:37 -07:00
committed by GitHub
8 changed files with 77 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* The regular expression queries now recognize calls to the String `match` method more precisely,
resulting in fewer false-positive results when a string is passed to a method named `match`.