mirror of
https://github.com/github/codeql.git
synced 2026-03-21 06:57:09 +01:00
19 lines
850 B
Markdown
19 lines
850 B
Markdown
# 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
|