JavaScript change notes

This commit is contained in:
Dave Bartolomeo
2021-11-17 17:19:03 -05:00
parent 452685bb66
commit 96deddf053
3 changed files with 15 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.