mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JavaScript change notes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user