Skip to content

Commit ab8bd79

Browse files
authored
Merge pull request #83 from stackhpc/yoga-cve-2024-32498
yoga: Backport fixes for CVE-2024-32498
2 parents 7b5f3b0 + 37e0f4b commit ab8bd79

File tree

9 files changed

+1290
-15
lines changed

9 files changed

+1290
-15
lines changed

nova/conf/workarounds.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,16 @@
431431
Howerver, if you don't use automatic cleaning, it can cause an
432432
extra delay before and Ironic node is available for building a
433433
new Nova instance.
434+
"""),
435+
cfg.BoolOpt(
436+
'disable_deep_image_inspection',
437+
default=False,
438+
help="""
439+
This disables the additional deep image inspection that the compute node does
440+
when downloading from glance. This includes backing-file, data-file, and
441+
known-features detection *before* passing the image to qemu-img. Generally,
442+
this inspection should be enabled for maximum safety, but this workaround
443+
option allows disabling it if there is a compatibility concern.
434444
"""),
435445
]
436446

0 commit comments

Comments
 (0)