Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit faf43ef

Browse files
committed
Promote OAuth2 constant-state query to mainline
1 parent 0ee7bbb commit faf43ef

File tree

13 files changed

+3
-1
lines changed

13 files changed

+3
-1
lines changed

change-notes/2020-08-18-oauth2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* The query "Use of constant `state` value in OAuth 2.0 URL" (`go/constant-oauth2-state`) has been promoted from experimental status. This checks for use of a constant state value in generating an OAuth2 redirect URL, which may open the way for a CSRF attack.

ql/test/experimental/CWE-352/ConstantOauth2State.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security/CWE-352/ConstantOauth2State.ql

0 commit comments

Comments
 (0)