-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
OTEL: update code to remove use of some deprecated options #47437
Comments
@thaJeztah Thank you for working to fix the Otel vulnerabilities #47246 (comment) I understand and respect the position of the Moby project. However, I wanted to provide some context for our urgency. The requirement to have zero vulnerabilities is a mandate from the US Federal government to its contractors. This particular vulnerability, flagged by scanner tool, has been present since October. It's been a significant amount of time and the issue is still unresolved. Given the timeline and the government mandate, we are now compelled to remove the |
Greetings @raghu017, I am sorry to say that the position of the project is very clear, and that further agitation to perform a backport that the maintainers have concluded is unnecessary or dangerous is indicative of a lack of understanding and respect for this project. It sounds to me as if you have successfully built a business on top of this project (and implicitly, the community/contributors, processes, and source code within). I'm glad that you are able to do so -- certainly as a maintainer, I would like to encourage and see more diverse and successful usage of this project, both commercially and by hobbyists. However, it seems I must remind you of the warranty and guarantees that this project (and its contributors) make to you, the consumer of the source code: Lines 144 to 152 in 81428bf
Lines 166 to 175 in 81428bf
You must understand that any promises, guarantees, or SLAs you have made regarding your products are yours alone. This project is open source, open to contributions from all sources, and driven by the needs of its contributors. Of course, this is at times imperfect and messy, but we try our best to steward the project and look after smaller user's needs as well. As the project is open source, you are of course welcome to contribute, or to make modifications to the code, shared with others (or not) as long as you follow the terms of the license (see above). If you are unhappy with a decision made by the maintainers, such as not performing a backport you desire, you are welcome to (and indeed encouraged to) perform your own backport and deliver the resulting product to your customers. I must once again highlight to you that it falls upon you, not this project, to ensure that the artifacts you deliver to your customers are suitable for their purposes, and compliant with the terms of any contract you may have signed with them. You have received an official response from this project, both as to the substance of the CVE-2023-47108 finding (note: this is a finding, not a vulnerability, as dockerd is not vulnerable according to the established security model), and as to the suitability of #47245 for backport to a release branch. Please demonstrate your understanding and respect for the project, its contributors, and its license by ceasing to agitate upstream for an action that will not be taken, and instead direct your energies to resolving your customer's concerns (and your apparent contractual obligations) according to the terms of the license, and the remedies you have as a user (and indeed, vendor) of open source software. Please also understand that future agitation along this line (having been asked to cease two times, and having exhausted any productive discussion) may result in the removal of your ability to interact with, contribute to, and fully participate in the project. |
Description
Looks like this needs some local changes (either temporary
//nolint
for the release branches if we want to backport, or changes in code);StreamServerInterceptor
,UnaryServerInterceptor
, andStreamClientInterceptor
were deprecated in open-telemetry/opentelemetry-go-contrib@23bd4edThe text was updated successfully, but these errors were encountered: