Files
codeql/go/old-change-notes/2020-08-18-oauth2.md
2022-05-20 10:07:19 -07:00

278 B

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.