mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Release preparation for version 2.20.5
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
## 1.4.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed a recently-introduced bug that prevented taint tracking through `URLSearchParams` objects.
|
||||
The original behaviour has been restored and taint should once again be tracked through such objects.
|
||||
* Fixed a rare issue that would occur when a function declaration inside a block statement was referenced before it was declared.
|
||||
Such code is reliant on legacy web semantics, which is non-standard but nevertheless implemented by most engines.
|
||||
CodeQL now takes legacy web semantics into account and resolves references to these functions correctly.
|
||||
* Fixed a bug that would cause parse errors in `.jsx` files in rare cases where the file
|
||||
contained syntax that was misinterpreted as Flow syntax.
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Major Analysis Improvements
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixed a bug that would cause parse errors in `.jsx` files in rare cases where the file
|
||||
contained syntax that was misinterpreted as Flow syntax.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixed a rare issue that would occur when a function declaration inside a block statement was referenced before it was declared.
|
||||
Such code is reliant on legacy web semantics, which is non-standard but nevertheless implemented by most engines.
|
||||
CodeQL now takes legacy web semantics into account and resolves references to these functions correctly.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixed a recently-introduced bug that prevented taint tracking through `URLSearchParams` objects.
|
||||
The original behaviour has been restored and taint should once again be tracked through such objects.
|
||||
11
javascript/ql/src/change-notes/released/1.4.1.md
Normal file
11
javascript/ql/src/change-notes/released/1.4.1.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 1.4.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed a recently-introduced bug that prevented taint tracking through `URLSearchParams` objects.
|
||||
The original behaviour has been restored and taint should once again be tracked through such objects.
|
||||
* Fixed a rare issue that would occur when a function declaration inside a block statement was referenced before it was declared.
|
||||
Such code is reliant on legacy web semantics, which is non-standard but nevertheless implemented by most engines.
|
||||
CodeQL now takes legacy web semantics into account and resolves references to these functions correctly.
|
||||
* Fixed a bug that would cause parse errors in `.jsx` files in rare cases where the file
|
||||
contained syntax that was misinterpreted as Flow syntax.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.4.0
|
||||
lastReleaseVersion: 1.4.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/javascript-queries
|
||||
version: 1.4.1-dev
|
||||
version: 1.4.1
|
||||
groups:
|
||||
- javascript
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user