mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Release preparation for version 2.20.6
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
## 1.5.0
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
* Improved precision of data flow through arrays, fixing some spurious flows
|
||||
that would sometimes cause the `length` property of an array to be seen as tainted.
|
||||
* Improved call resolution logic to better handle calls resolving "downwards", targeting
|
||||
a method declared in a subclass of the enclosing class. Data flow analysis
|
||||
has also improved to avoid spurious flow between unrelated classes in the class hierarchy.
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Improved precision of data flow through arrays, fixing some spurious flows
|
||||
that would sometimes cause the `length` property of an array to be seen as tainted.
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
## 1.5.0
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
* Improved precision of data flow through arrays, fixing some spurious flows
|
||||
that would sometimes cause the `length` property of an array to be seen as tainted.
|
||||
* Improved call resolution logic to better handle calls resolving "downwards", targeting
|
||||
a method declared in a subclass of the enclosing class. Data flow analysis
|
||||
has also improved to avoid spurious flow between unrelated classes in the class hierarchy.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.4.1
|
||||
lastReleaseVersion: 1.5.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/javascript-queries
|
||||
version: 1.4.2-dev
|
||||
version: 1.5.0
|
||||
groups:
|
||||
- javascript
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user