-
Notifications
You must be signed in to change notification settings - Fork 406
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
security vulnerability:update of org.eclipse.jetty #989
Conversation
found org.eclipse.jetty in following reps: |
Jenkins execute full downstream build |
we use jetty as a test container only with exceptions to jbpm-work-items google's modules which can bundle/depends on some jetty, @tsurdilo can you review this upgrade? @mbiarnes affected tests are the following:
If they are green here in CI I think we can merge it |
Jenkins execute full downstream build |
@mareknovotny three test failed |
@mbiarnes ok, so test source code need a fix for the upgrade. |
8bbb5ba
to
ac7a6ec
Compare
Jenkins execute full downstream build |
I looked at jetty issues, and it seems the Charset can be in different letter case in 9.x see https://bugs.eclipse.org/bugs/show_bug.cgi?id=414449 so we can fix it like in my change here mareknovotny/droolsjbpm-integration@55baa10 or find the version it is fixed. Unfortunately that bugzilla is referencing only the commit hash so I need to look for it in git repository |
Jenkins execute full downstream build |
so there is keeping |
Jenkins execute full downstream build |
jetty vulnerability is not applicable here as we use it mainly for CI tests. And we don't have a motivation to solve the test failures in newer jetty version |
GitHub: potential security vulnerabilities in dependencies