migrate icon indicating copy to clipboard operation
migrate copied to clipboard

chore: upgrade oauth2

Open gitphill opened this issue 10 months ago • 0 comments

Fixes vulnerability in golang.org/x/oauth2/jws:

  • https://security.snyk.io/vuln/SNYK-GOLANG-GOLANGORGXOAUTH2JWS-8749594

Performed go get golang.org/x/oauth2@latest and go mod tidy.

OAuth2 seems to be only used to read from remote GitHub repositories. Tested by github_test.go.

gitphill avatar Jun 03 '25 09:06 gitphill