Skip to content

Commit 96deddf

Browse files
committed
JavaScript change notes
1 parent 452685b commit 96deddf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: newQuery
3+
tags: [lgtm, codescanning]
4+
---
5+
* The `js/insufficient-key-size` query has been added. It highlights the creation of cryptographic keys with a short key size.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: newQuery
3+
tags: [lgtm, codescanning]
4+
---
5+
* The `js/session-fixation` query has been added. It highlights servers that reuse a session after a user has logged in.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: newQuery
3+
tags: [lgtm, codescanning]
4+
---
5+
* The `js/sensitive-get-query` query has been added. It highlights GET requests that read sensitive information from the query string.

0 commit comments

Comments
 (0)