Uh oh!
There was an error while loading. Please reload this page.
Exclude Apache CXF dependency from kvm plugin - #13799
Conversation
sudo87
commented
Aug 5, 2026
@blueorangutan package |
blueorangutan
commented
Aug 5, 2026
@sudo87 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## 4.20 #13799 +/- ##
============================================
- Coverage 16.26% 16.26% -0.01% + Complexity 13434 13433 -1
============================================
Files 5667 5667 Lines 500731 500731 Branches 60803 60803 ============================================
- Hits 81455 81448 -7 - Misses 410172 410178 +6 - Partials 9104 9105 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
blueorangutan
commented
Aug 5, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18777 |
DaanHoogland
commented
Aug 5, 2026
@blueorangutan test ol9 kvm-ol9 |
blueorangutan
commented
Aug 5, 2026
@DaanHoogland a [SL] Trillian-Jenkins test job (ol9 mgmt + kvm-ol9) has been kicked to run smoke tests |
DaanHoogland
commented
Aug 5, 2026
@blueorangutan test ol10 kvm-ol10 |
blueorangutan
commented
Aug 5, 2026
@DaanHoogland a [SL] Trillian-Jenkins test job (ol10 mgmt + kvm-ol10) has been kicked to run smoke tests |
blueorangutan
commented
Aug 5, 2026
[SF] Trillian Build Failed (tid-16719) |
Description
Excludes Apache CXF (cxf-rt-frontend-jaxrs, and transitively cxf-core/cxf-rt-transports-http) from the KVM hypervisor plugin's bundled runtime dependencies, removing the CVE-2026-49875 / CVE-2026-50623 / CVE-2026-50633 / CVE-2026-50634 exposure on KVM agent hosts.
rebase of #13756
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Dependency tree check: confirms CXF is no longer resolved for the KVM plugin module:
mvn dependency:tree -pl plugins/hypervisors/kvm -Dincludes=org.apache.cxfoutput is empty after the fix
Build artifact check: confirms no CXF jars are copied into the agent's dependency bundle
ls plugins/hypervisors/kvm/target/dependencies | grep -i cxfno result
How did you try to break this feature and the system with this change?