mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #7285 from github/post-release-prep-2.7.3-ddd4ccbb
Post-release preparation 2.7.3
This commit is contained in:
7
javascript/ql/src/CHANGELOG.md
Normal file
7
javascript/ql/src/CHANGELOG.md
Normal 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.
|
||||
7
javascript/ql/src/change-notes/released/0.0.5.md
Normal file
7
javascript/ql/src/change-notes/released/0.0.5.md
Normal 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.
|
||||
2
javascript/ql/src/codeql-pack.release.yml
Normal file
2
javascript/ql/src/codeql-pack.release.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.5
|
||||
@@ -1,5 +1,6 @@
|
||||
name: codeql/javascript-queries
|
||||
version: 0.0.3
|
||||
version: 0.0.5
|
||||
groups: javascript
|
||||
suites: codeql-suites
|
||||
extractor: javascript
|
||||
defaultSuiteFile: codeql-suites/javascript-code-scanning.qls
|
||||
|
||||
Reference in New Issue
Block a user