mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Promote OAuth2 constant-state query to mainline
This commit is contained in:
2
change-notes/2020-08-18-oauth2.md
Normal file
2
change-notes/2020-08-18-oauth2.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* 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.
|
||||
@@ -1 +0,0 @@
|
||||
experimental/CWE-352/ConstantOauth2State.ql
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE-352/ConstantOauth2State.ql
|
||||
Reference in New Issue
Block a user