We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496ae1 commit 51442ddCopy full SHA for 51442dd
javascript/ql/src/change-notes/2022-02-16-split-request-forgery.md
@@ -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