mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Release preparation for version 2.13.4
This commit is contained in:
7
javascript/ql/src/change-notes/released/0.6.3.md
Normal file
7
javascript/ql/src/change-notes/released/0.6.3.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 0.6.3
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Fixed an issue where calls to a method named `search` would lead to false positive alerts related to regular expressions.
|
||||
This happened when the call was incorrectly seen as a call to `String.prototype.search`, since this function converts its first argument
|
||||
to a regular expression. The analysis is now more restrictive about when to treat `search` calls as regular expression sinks.
|
||||
Reference in New Issue
Block a user