File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<overview >
7
7
<p >
8
8
Authentication cookies where the SameSite attribute is set to "None" can
9
- potentially be used to perform cross-site request forgery (CSRF) attacks
9
+ potentially be used to perform Cross-Site Request Forgery (CSRF) attacks
10
10
if no other CSRF protections are in place.
11
11
</p >
12
12
<p >
13
- With SameSite set to "None" a third party website may create an authorized cross-site request
13
+ With SameSite set to "None", a third party website may create an authorized cross-site request
14
14
that includes the cookie.
15
15
Such a cross-site request can allow that website to perform actions on behalf of a user.
16
16
</p >
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Sensitive cookie without SameSite restrictions
3
3
* @description Sensitive cookies where the SameSite attribute is set to "None" can
4
- * in some cases allow for Cross-site request forgery (CSRF) attacks.
4
+ * in some cases allow for Cross-Site Request Forgery (CSRF) attacks.
5
5
* @kind problem
6
6
* @problem.severity warning
7
7
* @security-severity 5.0
Original file line number Diff line number Diff line change 1
1
---
2
2
category : newQuery
3
3
---
4
- * A new query ` js/samesite-none-cookie ` has been added. The query detects when the SameSite attribute on a sensitive cookie is set to None.
4
+ * A new query ` js/samesite-none-cookie ` has been added. The query detects when the SameSite attribute is set to None on a sensitive cookie .
You can’t perform that action at this time.
0 commit comments