Release preparation for version 2.8.1

This commit is contained in:
github-actions[bot]
2022-02-10 22:08:24 +00:00
parent c9f898745c
commit f25fc70b7c
68 changed files with 148 additions and 90 deletions

View File

@@ -1,3 +1,5 @@
## 0.0.10
## 0.0.9
### Deprecated APIs

View File

@@ -0,0 +1 @@
## 0.0.10

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.9
lastReleaseVersion: 0.0.10

View File

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

View File

@@ -1,3 +1,13 @@
## 0.0.10
### New Queries
* A new query, `js/unsafe-code-construction`, has been added to the query suite, highlighting libraries that may leave clients vulnerable to arbitary code execution.
The query is not run by default.
* A new query `js/file-system-race` has been added. The query detects when there is time between a file being checked and used. The query is not run by default.
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.
## 0.0.9
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* A new query `js/file-system-race` has been added. The query detects when there is time between a file being checked and used. The query is not run by default.

View File

@@ -1,5 +0,0 @@
---
category: newQuery
---
* A new query, `js/unsafe-code-construction`, has been added to the query suite, highlighting libraries that may leave clients vulnerable to arbitary code execution.
The query is not run by default.

View File

@@ -0,0 +1,9 @@
## 0.0.10
### New Queries
* A new query, `js/unsafe-code-construction`, has been added to the query suite, highlighting libraries that may leave clients vulnerable to arbitary code execution.
The query is not run by default.
* A new query `js/file-system-race` has been added. The query detects when there is time between a file being checked and used. The query is not run by default.
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.9
lastReleaseVersion: 0.0.10

View File

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