mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: better matching of String.prototype.search in js/regex-injection
This commit is contained in:
18
change-notes/1.19/analysis-javascript.md
Normal file
18
change-notes/1.19/analysis-javascript.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Improvements to JavaScript analysis
|
||||
|
||||
## General improvements
|
||||
|
||||
## New queries
|
||||
|
||||
| **Query** | **Tags** | **Purpose** |
|
||||
|-----------------------------|-----------|--------------------------------------------------------------------|
|
||||
| *@name of query (Query ID)* | *Tags* |*Aim of the new query and whether it is enabled by default or not* |
|
||||
|
||||
## Changes to existing queries
|
||||
|
||||
| **Query** | **Expected impact** | **Change** |
|
||||
|--------------------------------|----------------------------|----------------------------------------------|
|
||||
| Regular expression injection | Fewer false-positive results | This rule now identifies calls to `String.prototype.search` with more precision. |
|
||||
|
||||
|
||||
## Changes to QL libraries
|
||||
Reference in New Issue
Block a user