Patch CVE jwt fulnerability#194
Conversation
|
Thanks for this contribution; can you sign your commit and force push this branch to update the PR? Thanks! |
Signed-off-by: Oleksandr Prokopovych <o.prokopovych@protonmail.ch>
|
Thanks @estesp! Linter suggests to replace the deprecated library with a new one: However I'm not sure what to do about this so far as these packages have no common |
|
Any update on this PR? |
|
I linked this PR to issue #199 as this PR would solve the issues brought up. There are now 2 known security vulnerabilities in the issue I submitted, as well as the one brought up in this PR. Are there any updates on this PR? |
This package is not actually consumed in the continuity repo: https://github.com/containerd/continuity/tree/main/vendor/github.com So, we are not prioritizing this PR, but we are happy to merge this when it passes CI |
|
cobra has been removed from the library dependencies by the refactoring out of the debug/admin command line tool in #200; I think this can be closed now. |
Preface:
There's a known vulnerability in
github.com/dgrijalva/jwt-go- GHSA-w73w-5m7g-f7qcThis PR bumps
github.com/spf13/cobratov1.3.0in order to remove the deprecated and vulnerable library from the list of dependencies.