Release preparation for version 2.11.2

This commit is contained in:
github-actions[bot]
2022-10-20 11:05:19 +00:00
parent e868cdf91b
commit 9a0848bbc4
103 changed files with 287 additions and 160 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.2
No user-facing changes.
## 0.3.1
### Minor Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 0.3.2
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.1
lastReleaseVersion: 0.3.2

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 0.3.2-dev
version: 0.3.2
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript

View File

@@ -1,3 +1,10 @@
## 0.4.2
### Minor Analysis Improvements
* Removed some false positives from the `js/file-system-race` query by requiring that the file-check dominates the file-access.
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.
## 0.4.1
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Removed some false positives from the `js/file-system-race` query by requiring that the file-check dominates the file-access.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.

View File

@@ -0,0 +1,6 @@
## 0.4.2
### Minor Analysis Improvements
* Removed some false positives from the `js/file-system-race` query by requiring that the file-check dominates the file-access.
* Improved taint tracking through `JSON.stringify` in cases where a tainted value is stored somewhere in the input object.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.4.1
lastReleaseVersion: 0.4.2

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 0.4.2-dev
version: 0.4.2
groups:
- javascript
- queries