Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go mod dependency issue #286

Open
bytewayio opened this issue Jul 13, 2021 · 1 comment
Open

Go mod dependency issue #286

bytewayio opened this issue Jul 13, 2021 · 1 comment

Comments

@bytewayio
Copy link

Which version of the SDK was used?

0.14.0

Which platform are you using? (ex: Windows, Linux, Debian)

Mac & Linux

What problem was encountered?

github.com/dgrijalva/jwt-go: v3.2.0+incompatible
Number of packages: 1
Known security vulnerability: 1
Security advisory: 0
Exploits: unavailable
Highest severity: high
Recommendation: v4.0.0-preview1

How can we reproduce the problem in the simplest way?

vscode + go extension + go mod extension

Have you found a mitigation/solution?

github.com/dgrijalva/jwt-go has been inactive for quite a long time, maybe switch to gopkg.in/square/go-jose.v2?

@serprex
Copy link
Contributor

serprex commented Oct 21, 2021

jwt-go is now maintained from https://github.com/golang-jwt/jwt which is what go-autorest is using but references to old repo remain in go.sum files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants