Skip to content

Commit 51442dd

Browse files
committed
JS: Add change note
1 parent 3496ae1 commit 51442dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
category: queryMetadata
3+
---
4+
* The `js/request-forgery` query previously flagged both server-side and client-side request forgery,
5+
but these are now handled by two different queries:
6+
* `js/request-forgery` is now specific to server-side request forgery. Its precision has been raised to
7+
`high` and is now shown by default (it was previously in the `security-extended` suite).
8+
* `js/client-side-request-forgery` is specific to client-side request forgery. This is technically a new query
9+
but simply flags a subset of what the old query did.
10+
This has precision `medium` and is part of the `security-extended` suite.

0 commit comments

Comments
 (0)