Skip to content
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

disable http2 for metrics and webhooks by default #356

Merged
merged 3 commits into from
Nov 7, 2023

Conversation

sadlerap
Copy link
Contributor

It appears that mitigating the recent http2 vulnerabilities (see CVE-2023-44487 and CVE-2023-39325) requires more than just a library update to golang.org/x/net. Until better mitigations have been developed, disable http2 in both the metrics and webhooks servers.

It appears that mitigating the recent http2 vulnerabilities (see
CVE-2023-44487 and CVE-2023-39325) requires [more than just a library
update to golang.org/x/net][1].  Until better mitigations have been
developed, disable http2 in both the metrics and webhooks servers.

[1]: kubernetes/kubernetes#121197

Signed-off-by: Andy Sadler <ansadler@redhat.com>
@sadlerap sadlerap requested a review from scothis October 19, 2023 20:48
Until better mitigations are in place, disable HTTP2 in all cases.
Don't leave an option in place to re-enable it.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dadc923) 77.69% compared to head (e5869fd) 77.69%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #356   +/-   ##
=======================================
  Coverage   77.69%   77.69%           
=======================================
  Files          19       19           
  Lines        1695     1695           
=======================================
  Hits         1317     1317           
  Misses        305      305           
  Partials       73       73           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
@sadlerap sadlerap merged commit e6c1633 into servicebinding:main Nov 7, 2023
12 checks passed
@sadlerap sadlerap deleted the disable-http2 branch November 7, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants