Transitive dependency: high CVE fix
heketi that is dependency for glusterfs was updated to import a fork of jwt-go that fixes a high severity CVE-2020-26160 by importing a forked repo (form3tech-oss/jwt-go) that fixes the CVE as the original repo (dgrijalva/jwt-go) has a fix with breaking changes and the repo is generally loosely maintained. This fork is already being used in other places in kubernetes. Heketi 10.3.0 includes this fix. NOTE: The vulnerable function is not used by heketi or kubernetes. So the vulnerable package is a transitive dependency and this fix will reduce false postive CVE alerts on kubernetes Bumped github.com/auth0/go-jwt-middleware to v1.0.0 which removes dgrijalva/jwt-go cleanly Fixing test failures: pull-kubernetes-dependencies Removing unused dependencies in replace block to fix test failures: pull-kubernetes-dependencies Bump go-jwt-middleware to v1.0.1 to *not* pull in examples only deps
This commit is contained in:
12
LICENSES/vendor/github.com/dgrijalva/jwt-go/LICENSE
generated
vendored
12
LICENSES/vendor/github.com/dgrijalva/jwt-go/LICENSE
generated
vendored
@@ -1,12 +0,0 @@
|
||||
= vendor/github.com/dgrijalva/jwt-go licensed under: =
|
||||
|
||||
Copyright (c) 2012 Dave Grijalva
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
= vendor/github.com/dgrijalva/jwt-go/LICENSE 276f2f3ba3749d25f6a6f5fb852d462e
|
Reference in New Issue
Block a user