-
Notifications
You must be signed in to change notification settings - Fork 36
update labstack to avoid the vulnerability in jwt #524
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, thanks
/lgtm
pkg/proxy/metrics_server_test.go
Outdated
@@ -54,14 +54,13 @@ func TestProxyMetricsServer(t *testing.T) { | |||
require.NoError(t, err) | |||
require.NotNil(t, resp) | |||
require.Equal(t, http.StatusOK, resp.StatusCode) | |||
require.Equal(t, "text/plain; version=0.0.4; charset=utf-8", resp.Header.Get("Content-Type")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this change intentional? it apparently causes unit test failures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it was intentional because I was getting the test errors without it locally.. 😕
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, metlos, rajivnathan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…s only locally. :-/
New changes are detected. LGTM label has been removed. |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #524 +/- ##
=======================================
Coverage 81.09% 81.09%
=======================================
Files 43 43
Lines 3518 3518
=======================================
Hits 2853 2853
Misses 578 578
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This fixes the following issue reported by
govulncheck
: