-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bump confluent-kafka to 2.6.1 to address CVE #19099
Conversation
The |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The |
@@ -70,6 +70,8 @@ exclude = true | |||
aerospike = ['Apache-2.0'] | |||
# https://github.com/pyca/cryptography/blob/main/LICENSE | |||
cryptography = ['Apache-2.0', 'BSD-3-Clause', 'PSF'] | |||
# https://github.com/confluentinc/confluent-kafka-python/blob/master/LICENSE |
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.
Can you add a TODO here to remove it after it's fixed?
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.
* Bump confluent-kafka to 2.6.1 to address CVE * Add changelog * Override confluent-kafka license (#19100) (cherry picked from commit 1435476) Co-authored-by: Kyle Neale <[email protected]>
What does this PR do?
https://datadoghq.atlassian.net/browse/AI-4128
This updates
confluent-kafka
builders and dependency to address this CVEhttps://github.com/confluentinc/librdkafka/releases/tag/v2.6.1
Motivation
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged