Closed buger closed 6 days ago
Here are some key observations to aid the review process:
**๐ซ Ticket compliance analysis โ ** **[6711](https://github.com/TykTechnologies/tyk/issues/6711) - Fully compliant** Fully compliant requirements: - Update dependencies to fix reported vulnerabilities - Ensure compatibility with the latest versions |
โฑ๏ธ Estimated effort to review: 2 ๐ต๐ตโชโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก No major issues detected |
No code suggestions found for the PR.
API Changes
no api changes detected
Failed conditions
0.0% Coverage on New Code (required โฅ 80%)
User description
TT-13485 update dependencies with vulnerabilities reported (#6711)
User description
TT-13485
Description
Update dependencies to fix reported vulnerabilities
Related Issue
https://tyktech.atlassian.net/browse/TT-13485
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
enhancement, dependencies
Description
github.com/golang-jwt/jwt/v4
to v4.5.1,github.com/hashicorp/consul/api
to v1.30.0, andgithub.com/hashicorp/vault/api
to v1.16.0 ingo.mod
.go.sum
to include new checksums for the updated dependencies.Changes walkthrough ๐
go.mod
Update Go module dependencies to latest versions
go.mod
github.com/golang-jwt/jwt/v4
from v4.5.0 to v4.5.1.github.com/hashicorp/consul/api
from v1.29.4 to v1.30.0.github.com/hashicorp/vault/api
from v1.15.0 to v1.16.0.go.sum
Update Go sum file with new dependency checksums
go.sum
github.com/golang-jwt/jwt/v4
version v4.5.1.github.com/hashicorp/consul/api
version v1.30.0.PR Type
Enhancement, Dependencies
Description
github.com/golang-jwt/jwt/v4
to v4.5.1,github.com/hashicorp/consul/api
to v1.30.0, andgithub.com/hashicorp/vault/api
to v1.16.0 ingo.mod
.go.sum
to include new checksums for the updated dependencies.Changes walkthrough ๐
go.mod
Update Go module dependencies to latest versions
go.mod
github.com/golang-jwt/jwt/v4
from v4.5.0 to v4.5.1.github.com/hashicorp/consul/api
from v1.29.4 to v1.30.0.github.com/hashicorp/vault/api
from v1.15.0 to v1.16.0.go.sum
Update Go sum file with new dependency checksums
go.sum
github.com/golang-jwt/jwt/v4
version v4.5.1.github.com/hashicorp/consul/api
version v1.30.0.