Release preparation for version 2.16.3

This commit is contained in:
github-actions[bot]
2024-02-20 14:26:23 +00:00
parent ed3dba8334
commit 6d061fbc35
145 changed files with 408 additions and 157 deletions

View File

@@ -1,3 +1,9 @@
## 0.8.9
### Minor Analysis Improvements
* The name "certification" is no longer seen as possibly being a certificate, and will therefore no longer be flagged in queries like "clear-text-logging" which look for sensitive data.
## 0.8.8
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.8.9
### Minor Analysis Improvements
* The name "certification" is no longer seen as possibly being a certificate, and will therefore no longer be flagged in queries like "clear-text-logging" which look for sensitive data.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.9

View File

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

View File

@@ -1,3 +1,9 @@
## 0.8.9
### Bug Fixes
* The left operand of the `&&` operator no longer propagates data flow by default.
## 0.8.8
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: fix
---
## 0.8.9
### Bug Fixes
* The left operand of the `&&` operator no longer propagates data flow by default.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.9

View File

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