Release preparation for version 2.7.3

This commit is contained in:
github-actions[bot]
2021-11-30 20:39:35 +00:00
parent 9f6c0991cf
commit 337ce65fe5
81 changed files with 149 additions and 115 deletions

View File

@@ -0,0 +1 @@
## 0.0.5

View File

@@ -0,0 +1 @@
## 0.0.5

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.4
lastReleaseVersion: 0.0.5

View File

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

View File

@@ -0,0 +1,7 @@
## 0.0.5
### New Queries
* The `js/sensitive-get-query` query has been added. It highlights GET requests that read sensitive information from the query string.
* The `js/insufficient-key-size` query has been added. It highlights the creation of cryptographic keys with a short key size.
* The `js/session-fixation` query has been added. It highlights servers that reuse a session after a user has logged in.

View File

@@ -1,5 +0,0 @@
---
category: newQuery
tags: [lgtm, codescanning]
---
* The `js/insufficient-key-size` query has been added. It highlights the creation of cryptographic keys with a short key size.

View File

@@ -1,5 +0,0 @@
---
category: newQuery
tags: [lgtm, codescanning]
---
* The `js/session-fixation` query has been added. It highlights servers that reuse a session after a user has logged in.

View File

@@ -1,5 +0,0 @@
---
category: newQuery
tags: [lgtm, codescanning]
---
* The `js/sensitive-get-query` query has been added. It highlights GET requests that read sensitive information from the query string.

View File

@@ -0,0 +1,7 @@
## 0.0.5
### New Queries
* The `js/sensitive-get-query` query has been added. It highlights GET requests that read sensitive information from the query string.
* The `js/insufficient-key-size` query has been added. It highlights the creation of cryptographic keys with a short key size.
* The `js/session-fixation` query has been added. It highlights servers that reuse a session after a user has logged in.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.4
lastReleaseVersion: 0.0.5

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 0.0.4
version: 0.0.5
groups: javascript
suites: codeql-suites
extractor: javascript