You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/22 09:21:35 UTC

[GitHub] [pulsar-client-go] freeznet opened a new pull request #686: move to golang-jwt/jwt/v4

freeznet opened a new pull request #686:
URL: https://github.com/apache/pulsar-client-go/pull/686


   #524 resolves the jwt vulnerability by update the dependency to `github.com/form3tech-oss/jwt-go v3.2.3+incompatible`, but `github.com/form3tech-oss/jwt-go` is no longer maintain and suggested move to github.com/golang-jwt/jwt.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on pull request #686: move to github.com/golang-jwt/jwt/v4

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #686:
URL: https://github.com/apache/pulsar-client-go/pull/686#issuecomment-1001100799


   ```
   # github.com/golang-jwt/jwt/v4
   Error: ../../../go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.2.0/ecdsa.go:135:4: r.FillBytes undefined (type *big.Int has no field or method FillBytes)
   Error: ../../../go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.2.0/ecdsa.go:136:4: s.FillBytes undefined (type *big.Int has no field or method FillBytes)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] freeznet closed pull request #686: move to github.com/golang-jwt/jwt/v4

Posted by GitBox <gi...@apache.org>.
freeznet closed pull request #686:
URL: https://github.com/apache/pulsar-client-go/pull/686


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on pull request #686: move to github.com/golang-jwt/jwt/v4

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #686:
URL: https://github.com/apache/pulsar-client-go/pull/686#issuecomment-1000753524


   @freeznet Please check action CI, thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] freeznet commented on pull request #686: move to github.com/golang-jwt/jwt/v4

Posted by GitBox <gi...@apache.org>.
freeznet commented on pull request #686:
URL: https://github.com/apache/pulsar-client-go/pull/686#issuecomment-1001297686


   @wolfstudy I might close this PR first, since it turns that the latest `golang-jwt/jwt/v4` requires at least go 1.15 since the `FillBytes` is added from 1.15 (ref: https://pkg.go.dev/math/big#Int.FillBytes)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org