-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add dependency to forked quic-go library #1149
Conversation
go.mod
Outdated
@@ -93,3 +93,5 @@ require ( | |||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | |||
sigs.k8s.io/yaml v1.3.0 // indirect | |||
) | |||
|
|||
replace github.com/quic-go/quic-go v0.40.1 => github.com/AaronH88/quic-go v0.0.0-20240925173611-8b838692e0f5 |
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.
Leaving this here as a reminder to remove it in November with the release of RHEL 9.5
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## devel #1149 +/- ##
==========================================
+ Coverage 43.14% 43.64% +0.49%
==========================================
Files 33 36 +3
Lines 6612 7192 +580
==========================================
+ Hits 2853 3139 +286
- Misses 3526 3819 +293
- Partials 233 234 +1 see 5 files with indirect coverage changes
|
eca755b
to
150a648
Compare
150a648
to
bfb856a
Compare
Quality Gate passedIssues Measures |
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.
LGTM
This fork contains a cherry pick of the fix for CVE-2024-22189 quic-go: memory exhaustion attack against QUIC's connection ID