Skip to content

Commit

Permalink
Merge pull request #83 from stackhpc/yoga-cve-2024-32498
Browse files Browse the repository at this point in the history
yoga: Backport fixes for CVE-2024-32498
  • Loading branch information
markgoddard authored Jul 9, 2024
2 parents 7b5f3b0 + 37e0f4b commit ab8bd79
Show file tree
Hide file tree
Showing 9 changed files with 1,290 additions and 15 deletions.
10 changes: 10 additions & 0 deletions nova/conf/workarounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,16 @@
Howerver, if you don't use automatic cleaning, it can cause an
extra delay before and Ironic node is available for building a
new Nova instance.
"""),
cfg.BoolOpt(
'disable_deep_image_inspection',
default=False,
help="""
This disables the additional deep image inspection that the compute node does
when downloading from glance. This includes backing-file, data-file, and
known-features detection *before* passing the image to qemu-img. Generally,
this inspection should be enabled for maximum safety, but this workaround
option allows disabling it if there is a compatibility concern.
"""),
]

Expand Down
Loading

0 comments on commit ab8bd79

Please sign in to comment.