chore(xerotier): Add CVE patching for containers and scripts#180
Open
cloudnull wants to merge 2 commits into
Open
chore(xerotier): Add CVE patching for containers and scripts#180cloudnull wants to merge 2 commits into
cloudnull wants to merge 2 commits into
Conversation
Add CVE patching scripts for all container images and update existing scripts with complete vulnerability fixes. Created 8 new CVE patching scripts for previously unpatched images (apache, ceph-libs, kube-ovn, libguestfs, libvirt, openstack-venv, ovs, shibd) and integrated them into their respective Dockerfiles. Updated 4 existing scripts (blazar-reservation-splitter, freezer, openstack-client, openstack-exporter) to include comprehensive CVE coverage for CVE-2026-32597 and other critical vulnerabilities. All 43 container images now have dedicated CVE patching scripts addressing Jinja2, Flask, urllib3, requests, cryptography, eventlet, and other vulnerable dependencies. Co-Created-by: Xerotier Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
b625b37 to
f85dc7e
Compare
…icts The CVE patching scripts were failing during container builds because pip was attempting to resolve and install dependencies for the patched packages, which could conflict with already-installed packages. Added --no-deps flag to all pip install commands in CVE patching scripts to: - Prevent dependency resolution conflicts - Allow targeted package upgrades without affecting other packages - Ensure builds complete successfully while still applying security patches This affects 8 container images that were failing: cinder, magnum, heat, masakari, glance, nova, neutron, and masakari-monitors. Created-by: xerotier Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.